Home
last modified time | relevance | path

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

/hal_xtensa-latest/include/xtensa/
Dhal.h1095 #define XTHAL_MEM_INTERRUPTIBLE 0x08000000 macro
1410 (((((x) & XTHAL_MEM_INTERRUPTIBLE) ? 1 : 0) << 3) | \
/hal_xtensa-latest/src/hal/
Dmpu.c1286 if (system_noncacheable && (x & XTHAL_MEM_INTERRUPTIBLE)) in check_memory_type()
1298 if ((x & (XTHAL_MEM_BUFFERABLE | XTHAL_MEM_INTERRUPTIBLE))) in check_memory_type()