Home
last modified time | relevance | path

Searched refs:_XTHAL_MEM_IS_DEVICE (Results 1 – 2 of 2) sorted by relevance

/hal_xtensa-latest/include/xtensa/
Dhal.h1136 (_XTHAL_MEM_IS_DEVICE((x)) ? _XTHAL_ENCODE_DEVICE((x)) : \
1395 #define _XTHAL_MEM_IS_DEVICE(x) (((x) & XTHAL_MEM_DEVICE) ? 1 : 0) macro
1398 (_XTHAL_MEM_IS_DEVICE(x) || _XTHAL_MEM_ANY_SHAREABLE(x)? 0x3 : 0)
/hal_xtensa-latest/src/hal/
Dmpu.c1277 unsigned device = _XTHAL_MEM_IS_DEVICE(x); in check_memory_type()