Searched refs:XTHAL_MEM_NON_CACHEABLE (Results 1 – 1 of 1) sorted by relevance
1089 #define XTHAL_MEM_NON_CACHEABLE 0x00090000 macro1408 (((_XTHAL_MEM_CACHE_MASK(x) & XTHAL_MEM_NON_CACHEABLE) == \1409 XTHAL_MEM_NON_CACHEABLE) ? 1 : 0)1420 (((((((x) & _XTHAL_LOCAL_CACHE_BITS) >> 4) & XTHAL_MEM_NON_CACHEABLE) == \1421 XTHAL_MEM_NON_CACHEABLE) ? 1 : 0) ? \1437 #define XTHAL_MEM_NON_CACHED XTHAL_MEM_NON_CACHEABLE