Searched defs:__ISB (Results 1 – 4 of 4) sorted by relevance
92 #define __ISB() __isb(0xF) macro432 __attribute__( ( always_inline ) ) __STATIC_INLINE void __ISB(void) in __ISB() function
344 #define __ISB() do {\ macro
416 __attribute__((always_inline)) __STATIC_INLINE void __ISB(void) in __ISB() function
784 #define __ISB() __builtin_arm_isb(0xF); macro