Searched refs:XTHAL_MEM_BUFFERABLE (Results 1 – 3 of 3) sorted by relevance
69 XTHAL_MEM_BUFFERABLE)
1100 #define XTHAL_MEM_BUFFERABLE 0x01000000 macro1393 #define _XTHAL_MEM_IS_BUFFERABLE(x) (((x) & XTHAL_MEM_BUFFERABLE) ? 1 : 0)
1298 if ((x & (XTHAL_MEM_BUFFERABLE | XTHAL_MEM_INTERRUPTIBLE))) in check_memory_type()