Searched refs:__DMB (Results 1 – 7 of 7) sorted by relevance
132 __DMB(); in ARM_MPU_Enable()145 __DMB(); in ARM_MPU_Disable()160 __DMB(); in ARM_MPU_Enable_NS()173 __DMB(); in ARM_MPU_Disable_NS()
193 __DMB(); in ARM_MPU_Enable()206 __DMB(); in ARM_MPU_Disable()
189 #define __DMB() __dmb(0xF) macro
223 #define __DMB() __builtin_arm_dmb(0xF) macro
424 #define __DMB __iar_builtin_DMB macro
221 #define __DMB() __builtin_arm_dmb(0xF) macro
280 __STATIC_FORCEINLINE void __DMB(void) in __DMB() function