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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp300 * @param iPD The first PDE in the range.
303 DECLINLINE(bool) pgmR3AreIntermediatePDEsUnused(PVM pVM, unsigned iPD, unsigned cPTs) argument
305 if (pVM->pgm.s.pInterPD->a[iPD].n.u1Present)
309 iPD++;
310 if (pVM->pgm.s.pInterPD->a[iPD].n.u1Present)
969 const unsigned iPD = iOldPDE / 256; /* iOldPDE * 2 / 512; iOldPDE is in 4 MB pages */ local
971 pVM->pgm.s.apInterPaePDs[iPD]->a[iPDE].u = 0;
974 pVM->pgm.s.apInterPaePDs[iPD]->a[iPDE].u = 0;
1020 const unsigned iPD = iNewPDE / 256;
1024 pPGM->apInterPaePDs[iPD]
[all...]
H A DPGM.cpp1587 const unsigned iPD = i % RT_ELEMENTS(pVM->pgm.s.apInterPaePDs); local
1589 | MMPage2Phys(pVM, pVM->pgm.s.apInterPaePDs[iPD]);
2771 for (unsigned iPD = 0; iPD < RT_ELEMENTS(pPDSrc->a); iPD++)
2773 X86PDE PdeSrc = pPDSrc->a[iPD];
2779 iPD,
2785 iPD,
/vbox/src/VBox/VMM/include/
H A DPGMInline.h731 const unsigned iPD = (GCPtr >> X86_PD_PAE_SHIFT) & X86_PD_PAE_MASK; local
739 return pGuestPD->a[iPD];
747 return pGuestPD->a[iPD];
908 const unsigned iPD = (GCPtr >> X86_PD_PAE_SHIFT) & X86_PD_PAE_MASK; local
909 return pPD->a[iPD];

Completed in 101 milliseconds