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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp270 * @param iNewPDE The index of the 32-bit PDE corresponding to the base of the mapping.
272 void pgmMapSetShadowPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE) argument
274 Log4(("pgmMapSetShadowPDEs new pde %x (mappings enabled %d)\n", iNewPDE, pgmMapAreMappingsEnabled(pVM)));
293 iNewPDE += i;
296 iNewPDE--;
306 Assert( (pShw32BitPd->a[iNewPDE].u & (X86_PDE_P | PGM_PDFLAGS_MAPPING)) != (X86_PDE_P | PGM_PDFLAGS_MAPPING)
307 || (pShw32BitPd->a[iNewPDE].u & X86_PDE_PG_MASK) == pMap->aPTs[i].HCPhysPT);
308 if ( pShw32BitPd->a[iNewPDE].n.u1Present
309 && !(pShw32BitPd->a[iNewPDE].u & PGM_PDFLAGS_MAPPING))
310 pgmPoolFree(pVM, pShw32BitPd->a[iNewPDE]
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp41 static void pgmR3MapSetPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE);
45 # define pgmR3MapClearPDEs(pVM, pMap, iNewPDE) do { } while (0)
46 # define pgmR3MapSetPDEs(pVM, pMap, iNewPDE) do { } while (0)
986 * @param iNewPDE The index of the 32-bit PDE corresponding to the base of the mapping.
988 static void pgmR3MapSetPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE)
998 pgmMapSetShadowPDEs(pVM, pMap, iNewPDE);
1004 iNewPDE += i;
1007 iNewPDE--;
1015 pPGM->pInterPD->a[iNewPDE] = Pde;
1020 const unsigned iPD = iNewPDE / 25
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h4116 void pgmMapSetShadowPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE);

Completed in 104 milliseconds