Searched refs:XTHAL_MEM_INTERRUPTIBLE (Results 1 – 2 of 2) sorted by relevance
1095 #define XTHAL_MEM_INTERRUPTIBLE 0x08000000 macro1410 (((((x) & XTHAL_MEM_INTERRUPTIBLE) ? 1 : 0) << 3) | \
1286 if (system_noncacheable && (x & XTHAL_MEM_INTERRUPTIBLE)) in check_memory_type()1298 if ((x & (XTHAL_MEM_BUFFERABLE | XTHAL_MEM_INTERRUPTIBLE))) in check_memory_type()