Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DdrvMPool.c120 … ( ( ((MS_U32)_pAddrVirtStart[0] <= (MS_U32)(addr)) && ((MS_U32)_pAddrVirtEnd[0] > (MS_U32)a…
121 …r) ( ( ((MS_U32)_pAddrVirtStart[1] <= (MS_U32)(addr)) && ((MS_U32)_pAddrVirtEnd[1] > (MS_U32)a…
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvMPool.c170 … ( ( ((MS_U32)_pAddrVirtStart[0] <= (MS_U32)(addr)) && ((MS_U32)_pAddrVirtEnd[0] > (MS_U32)a…
171 …r) ( ( ((MS_U32)_pAddrVirtStart[1] <= (MS_U32)(addr)) && ((MS_U32)_pAddrVirtEnd[1] > (MS_U32)a…
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c166 static void* _pAddrVirtEnd[2] = { NULL, NULL}; variable
242 … ( ( ((MS_VIRT)_pAddrVirtStart[0] <= (MS_VIRT)(addr)) && ((MS_VIRT)_pAddrVirtEnd[0] > (MS_VIRT)…
243 … ( ( ((MS_VIRT)_pAddrVirtStart[1] <= (MS_VIRT)(addr)) && ((MS_VIRT)_pAddrVirtEnd[1] > (MS_VIRT)…
877 _pAddrVirtEnd[u32Idx] = (void*)(ptrAddrVirt + stPoolInfo.u32Size); in MsOS_MPool_Get()