Home
last modified time | relevance | path

Searched refs:_pAddrVirtStart (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c165 static void* _pAddrVirtStart[2] = { NULL, NULL}; variable
242 #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()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DdrvMPool.c120 #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_…
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvMPool.c170 #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_…