Home
last modified time | relevance | path

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

/hal_xtensa-latest/include/xtensa/
Dhal.h1087 #define XTHAL_MEM_NON_CACHEABLE 0x00090000 macro
1406 (((_XTHAL_MEM_CACHE_MASK(x) & XTHAL_MEM_NON_CACHEABLE) == \
1407 XTHAL_MEM_NON_CACHEABLE) ? 1 : 0)
1418 (((((((x) & _XTHAL_LOCAL_CACHE_BITS) >> 4) & XTHAL_MEM_NON_CACHEABLE) == \
1419 XTHAL_MEM_NON_CACHEABLE) ? 1 : 0) ? \
1435 #define XTHAL_MEM_NON_CACHED XTHAL_MEM_NON_CACHEABLE
/hal_xtensa-latest/src/hal/
Dmpu.c1269 …if ((system_cache_type > XTHAL_MEM_NON_CACHEABLE) || (processor_cache_type > XTHAL_MEM_NON_CACHEAB… in check_memory_type()