summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-02-18 18:36:00 +0000
committerdanh-arm <dan.handley@arm.com>2016-02-18 18:36:00 +0000
commit85df7e44ce3974e2c78d99e6ea31f047de6de445 (patch)
tree7c7c7583d24faf59bd66adc827ba7dd789877de0 /include/lib
parent879599076e80c98c3d76b2c0c1efb6136a2f86b4 (diff)
parent74eb26e4098d0a1f5c6ef49c1355e99d80027f36 (diff)
Merge pull request #523 from jcastillo-arm/jc/genfw-791
ARM platforms: rationalise memory attributes of shared memory
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/aarch64/arch_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib/aarch64/arch_helpers.h b/include/lib/aarch64/arch_helpers.h
index 067b8302..d1ad31dc 100644
--- a/include/lib/aarch64/arch_helpers.h
+++ b/include/lib/aarch64/arch_helpers.h
@@ -194,6 +194,8 @@ DEFINE_SYSOP_FUNC(wfe)
DEFINE_SYSOP_FUNC(sev)
DEFINE_SYSOP_TYPE_FUNC(dsb, sy)
DEFINE_SYSOP_TYPE_FUNC(dmb, sy)
+DEFINE_SYSOP_TYPE_FUNC(dmb, st)
+DEFINE_SYSOP_TYPE_FUNC(dmb, ld)
DEFINE_SYSOP_TYPE_FUNC(dsb, ish)
DEFINE_SYSOP_TYPE_FUNC(dmb, ish)
DEFINE_SYSOP_FUNC(isb)