Home
last modified time | relevance | path

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

/hal_xtensa-3.7.0/include/xtensa/
Dhal.h1383 #define _XTHAL_LOCAL_CACHE_BITS 0x00f00000 macro
1418 (((((((x) & _XTHAL_LOCAL_CACHE_BITS) >> 4) & XTHAL_MEM_NON_CACHEABLE) == \
1427 ((_XTHAL_CACHEABLE_DOMAIN(x) << 7) | (((((x) & _XTHAL_LOCAL_CACHE_BITS) ? \
1428 ((x) & _XTHAL_LOCAL_CACHE_BITS) : \
/hal_xtensa-3.7.0/src/hal/
Dmpu.c1268 unsigned processor_cache_type = (((x) & _XTHAL_LOCAL_CACHE_BITS) >> 4); in check_memory_type()