Searched refs:iOldPDE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp424 * @param iOldPDE The index of the 32-bit PDE corresponding to the base of the mapping.
427 void pgmMapClearShadowPDEs(PVM pVM, PPGMPOOLPAGE pShwPageCR3, PPGMMAPPING pMap, unsigned iOldPDE, bool fDeactivateCR3) argument
429 Log(("pgmMapClearShadowPDEs: old pde %x (cPTs=%x) (mappings enabled %d) fDeactivateCR3=%RTbool\n", iOldPDE, pMap->cPTs, pgmMapAreMappingsEnabled(pVM), fDeactivateCR3));
455 iOldPDE += i;
458 iOldPDE--;
467 Assert(!pShw32BitPd->a[iOldPDE].n.u1Present || (pShw32BitPd->a[iOldPDE].u & PGM_PDFLAGS_MAPPING));
468 pShw32BitPd->a[iOldPDE].u = 0;
475 const unsigned iPdpt = iOldPDE / 256; /* iOldPDE *
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp40 static void pgmR3MapClearPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iOldPDE);
946 * @param iOldPDE The index of the 32-bit PDE corresponding to the base of the mapping.
948 static void pgmR3MapClearPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iOldPDE) argument
954 pgmMapClearShadowPDEs(pVM, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3), pMap, iOldPDE, false /*fDeactivateCR3*/);
956 iOldPDE += i;
959 iOldPDE--;
964 pVM->pgm.s.pInterPD->a[iOldPDE].u = 0;
969 const unsigned iPD = iOldPDE / 256; /* iOldPDE * 2 / 512; iOldPDE i
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h4117 void pgmMapClearShadowPDEs(PVM pVM, PPGMPOOLPAGE pShwPageCR3, PPGMMAPPING pMap, unsigned iOldPDE, bool fDeactivateCR3);

Completed in 65 milliseconds