Searched defs:PPGMR0DYNMAPSEG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp190 typedef PGMR0DYNMAPSEG *PPGMR0DYNMAPSEG; typedef
264 PPGMR0DYNMAPSEG pSegHead;
805 PPGMR0DYNMAPSEG pSeg, uint32_t cMaxPTs, void **ppvPTE)
951 PPGMR0DYNMAPSEG pSeg = (PPGMR0DYNMAPSEG)RTMemAllocZ(RT_UOFFSETOF(PGMR0DYNMAPSEG, ahMemObjPTs[cMaxPTs]));
1217 PPGMR0DYNMAPSEG pSeg = pThis->pSegHead;

Completed in 51 milliseconds