Home
last modified time | relevance | path

Searched refs:XTHAL_MEM_BUFFERABLE (Results 1 – 4 of 4) sorted by relevance

/hal_xtensa-latest/zephyr/soc/mt8195_adsp/xtensa/config/
Dcore-matmap.h69 XTHAL_MEM_BUFFERABLE)
/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore-matmap.h69 XTHAL_MEM_BUFFERABLE)
/hal_xtensa-latest/include/xtensa/
Dhal.h1100 #define XTHAL_MEM_BUFFERABLE 0x01000000 macro
1393 #define _XTHAL_MEM_IS_BUFFERABLE(x) (((x) & XTHAL_MEM_BUFFERABLE) ? 1 : 0)
/hal_xtensa-latest/src/hal/
Dmpu.c1298 if ((x & (XTHAL_MEM_BUFFERABLE | XTHAL_MEM_INTERRUPTIBLE))) in check_memory_type()