Home
last modified time | relevance | path

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

/hal_xtensa-latest/include/xtensa/
Dcore-macros.h166 # define xthal_dcache_line_lock(addr) do { void *__a = (void*)(addr); \ macro
173 # define xthal_dcache_line_lock(addr) do {/*nothing*/} while(0) macro
Dhal.h896 extern void xthal_dcache_line_lock(void *addr);
/hal_xtensa-latest/src/hal/
Dcache_asm.S661 DECLFUNC(xthal_dcache_line_lock)