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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp4413 uint32_t iClear = pVM->pgm.s.cHandyPages; local
4414 AssertMsgReturn(iClear <= RT_ELEMENTS(pVM->pgm.s.aHandyPages), ("%d", iClear), VERR_PGM_HANDY_PAGE_IPE);
4415 Log(("PGMR3PhysAllocateHandyPages: %d -> %d\n", iClear, RT_ELEMENTS(pVM->pgm.s.aHandyPages)));
4450 for (i = iClear; i < pVM->pgm.s.cHandyPages; i++)
4458 RTAssertMsg2Weak("i=%d iClear=%d cHandyPages=%d\n", i, iClear, pVM->pgm.s.cHandyPages);
4459 for (uint32_t j = iClear; j < pVM->pgm.s.cHandyPages; j++)
4471 while (iClear < pVM->pgm.s.cHandyPages)
4473 PGMMPAGEDESC pPage = &pVM->pgm.s.aHandyPages[iClear];
4478 iClear, pVM->pgm.s.cHandyPages, pPage->idPage, pPage->HCPhysGCPhys, rc)); local
[all...]

Completed in 45 milliseconds