Searched refs:_XTHAL_LOCAL_CACHE_BITS (Results 1 – 2 of 2) sorted by relevance
1383 #define _XTHAL_LOCAL_CACHE_BITS 0x00f00000 macro1418 (((((((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) : \
1268 unsigned processor_cache_type = (((x) & _XTHAL_LOCAL_CACHE_BITS) >> 4); in check_memory_type()