Searched refs:XTHAL_MEM_NON_CACHEABLE (Results 1 – 2 of 2) sorted by relevance
1087 #define XTHAL_MEM_NON_CACHEABLE 0x00090000 macro1406 (((_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
1269 …if ((system_cache_type > XTHAL_MEM_NON_CACHEABLE) || (processor_cache_type > XTHAL_MEM_NON_CACHEAB… in check_memory_type()