Home
last modified time | relevance | path

Searched refs:COMPILER_BARRIER (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h478 COMPILER_BARRIER(); in enable_irq()
485 COMPILER_BARRIER(); in enable_serror()
492 COMPILER_BARRIER(); in enable_fiq()
499 COMPILER_BARRIER(); in disable_irq()
506 COMPILER_BARRIER(); in disable_serror()
513 COMPILER_BARRIER(); in disable_fiq()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h404 COMPILER_BARRIER(); in DECLARE_SYSREG128_RW_FUNCS()
411 COMPILER_BARRIER(); in enable_fiq()
418 COMPILER_BARRIER(); in enable_serror()
425 COMPILER_BARRIER(); in enable_debug_exceptions()
432 COMPILER_BARRIER(); in disable_irq()
439 COMPILER_BARRIER(); in disable_fiq()
446 COMPILER_BARRIER(); in disable_serror()
453 COMPILER_BARRIER(); in disable_debug_exceptions()
/rk3399_ARM-atf/include/lib/
H A Dutils_def.h240 #define COMPILER_BARRIER() __asm__ volatile ("" ::: "memory")
233 #define COMPILER_BARRIER( global() macro