Searched refs:XTHAL_MEM_NON_CACHEABLE (Results 1 – 4 of 4) 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
143 XTHAL_MPU_ENTRY(0x60500000, 1, XTHAL_AR_RWXrwx, XTHAL_MEM_NON_CACHEABLE), // dram
1269 …if ((system_cache_type > XTHAL_MEM_NON_CACHEABLE) || (processor_cache_type > XTHAL_MEM_NON_CACHEAB… in check_memory_type()