Searched refs:_XTHAL_MEM_IS_DEVICE (Results 1 – 2 of 2) sorted by relevance
1136 (_XTHAL_MEM_IS_DEVICE((x)) ? _XTHAL_ENCODE_DEVICE((x)) : \1395 #define _XTHAL_MEM_IS_DEVICE(x) (((x) & XTHAL_MEM_DEVICE) ? 1 : 0) macro1398 (_XTHAL_MEM_IS_DEVICE(x) || _XTHAL_MEM_ANY_SHAREABLE(x)? 0x3 : 0)
1277 unsigned device = _XTHAL_MEM_IS_DEVICE(x); in check_memory_type()