Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c856 MS_VIRT ptrAddrVirt; in MsOS_MPool_Get() local
870 …if ((MS_VIRT)MAP_FAILED == (ptrAddrVirt = (MS_VIRT)mmap(0, stPoolInfo.u32Size, PROT_READ | PROT_WR… in MsOS_MPool_Get()
876 _pAddrVirtStart[u32Idx] = (void*)ptrAddrVirt; in MsOS_MPool_Get()
877 _pAddrVirtEnd[u32Idx] = (void*)(ptrAddrVirt + stPoolInfo.u32Size); in MsOS_MPool_Get()
1255 MS_VIRT ptrAddrVirt; in MsOS_MPool_Mapping() local
1333 …if ((MS_VIRT)MAP_FAILED == (ptrAddrVirt = (MS_VIRT)mmap(0, tMapSize, PROT_READ | PROT_WRITE, MAP_S… in MsOS_MPool_Mapping()
1351 mpool_info[idx].u64VirtStart = ptrAddrVirt; in MsOS_MPool_Mapping()
1352 mpool_info[idx].u64VirtEnd = (ptrAddrVirt + tMapSize); in MsOS_MPool_Mapping()
1583 MS_BOOL MsOS_MPool_SetWatchPT(MS_VIRT ptrAddrVirt, MS_U32 u32ASID, MS_U8 u8Global, MS_U8 u8WType, M… in MsOS_MPool_SetWatchPT() argument
1587 stWPTInfo.u64AddrVirt = ptrAddrVirt; in MsOS_MPool_SetWatchPT()