Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
634e4d2b
Commit
634e4d2b
authored
Nov 05, 2017
by
Etienne Carriere
Browse files
aarch32: add missing dmb() macro
Signed-off-by:
Etienne Carriere
<
etienne.carriere@linaro.org
>
parent
ceada2b5
Changes
1
Show whitespace changes
Inline
Side-by-side
include/lib/aarch32/arch_helpers.h
View file @
634e4d2b
...
@@ -304,6 +304,7 @@ DEFINE_DCOP_PARAM_FUNC(cvac, DCCMVAC)
...
@@ -304,6 +304,7 @@ DEFINE_DCOP_PARAM_FUNC(cvac, DCCMVAC)
/* Previously defined accessor functions with incomplete register names */
/* Previously defined accessor functions with incomplete register names */
#define dsb() dsbsy()
#define dsb() dsbsy()
#define dmb() dmbsy()
#define IS_IN_SECURE() \
#define IS_IN_SECURE() \
(GET_NS_BIT(read_scr()) == 0)
(GET_NS_BIT(read_scr()) == 0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment