Home
last modified time | relevance | path

Searched refs:__ISB (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm7.h1887 __ISB(); in SCB_EnableICache()
1891 __ISB(); in SCB_EnableICache()
1904 __ISB(); in SCB_DisableICache()
1908 __ISB(); in SCB_DisableICache()
1921 __ISB(); in SCB_InvalidateICache()
1924 __ISB(); in SCB_InvalidateICache()
1959 __ISB(); in SCB_EnableDCache()
1994 __ISB(); in SCB_DisableDCache()
2026 __ISB(); in SCB_InvalidateDCache()
2058 __ISB(); in SCB_CleanDCache()
[all …]
Dcore_cmInstr.h92 #define __ISB() __isb(0xF) macro
432 __attribute__( ( always_inline ) ) __STATIC_INLINE void __ISB(void) in __ISB() function