Searched refs:_pAddrVirtStart (Results 1 – 3 of 3) sorted by relevance
165 static void* _pAddrVirtStart[2] = { NULL, NULL}; variable242 #define MPOOL_IS_CACHE_ADDR(addr) ( ( ((MS_VIRT)_pAddrVirtStart[0] <= (MS_VIRT)(addr))…243 #define MPOOL_IS_UNCACHE_ADDR(addr) ( ( ((MS_VIRT)_pAddrVirtStart[1] <= (MS_VIRT)(addr))…860 if (NULL == _pAddrVirtStart[u32Idx]) in MsOS_MPool_Get()876 _pAddrVirtStart[u32Idx] = (void*)ptrAddrVirt; in MsOS_MPool_Get()880 _tVa2PaOff[u32Idx] = (MS_SIZE)_pAddrVirtStart[u32Idx] - (MS_SIZE)_tAddrPhys[u32Idx]; in MsOS_MPool_Get()885 *ppAddrVirt = _pAddrVirtStart[u32Idx]; in MsOS_MPool_Get()1018 if (NULL == _pAddrVirtStart[1]) in MsOS_MPool_PA2KSEG1()1118 if (NULL == _pAddrVirtStart[0]) in MsOS_MPool_PA2KSEG0()
120 #define MPOOL_IS_CACHE_ADDR(addr) ( ( ((MS_U32)_pAddrVirtStart[0] <= (MS_U32)(addr)) && ((MS_…121 #define MPOOL_IS_UNCACHE_ADDR(addr) ( ( ((MS_U32)_pAddrVirtStart[1] <= (MS_U32)(addr)) && ((MS_…
170 #define MPOOL_IS_CACHE_ADDR(addr) ( ( ((MS_U32)_pAddrVirtStart[0] <= (MS_U32)(addr)) && ((MS_…171 #define MPOOL_IS_UNCACHE_ADDR(addr) ( ( ((MS_U32)_pAddrVirtStart[1] <= (MS_U32)(addr)) && ((MS_…