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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp328 PPGMMAPPING pAfterThis = pVM->pgm.s.pMappingsR3; local
329 if (pAfterThis == pMapping)
339 while (pAfterThis->pNextR3 != pMapping)
341 pAfterThis = pAfterThis->pNextR3;
342 AssertReleaseReturnVoid(pAfterThis);
345 pAfterThis->pNextR3 = pMapping->pNextR3;
346 pAfterThis->pNextRC = pMapping->pNextRC;
347 pAfterThis->pNextR0 = pMapping->pNextR0;
377 PPGMMAPPING pAfterThis local
[all...]

Completed in 32 milliseconds