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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp749 PGMMODE const enmGuestMode = PGMGetGuestMode(pVCpu); local
750 Assert(enmGuestMode <= PGMMODE_PAE_NX);
755 if (enmGuestMode == PGMMODE_32_BIT)
788 else if ( enmGuestMode == PGMMODE_PAE
789 || enmGuestMode == PGMMODE_PAE_NX)
841 PGMMODE const enmGuestMode = PGMGetGuestMode(pVCpu); local
842 Assert(enmGuestMode <= PGMMODE_PAE_NX);
844 if (enmGuestMode == PGMMODE_32_BIT)
888 else if ( enmGuestMode == PGMMODE_PAE
889 || enmGuestMode
[all...]
H A DPGMAll.cpp1437 switch (pVCpu->pgm.s.enmGuestMode)
1956 switch (pVCpu->pgm.s.enmGuestMode)
2059 switch (pVCpu->pgm.s.enmGuestMode)
2122 if (pVCpu->pgm.s.enmGuestMode <= PGMMODE_PROTECTED)
2147 switch (pVCpu->pgm.s.enmGuestMode)
2245 PGMMODE enmGuestMode; local
2253 enmGuestMode = PGMMODE_REAL;
2255 enmGuestMode = PGMMODE_PROTECTED;
2262 enmGuestMode = PGMMODE_32_BIT;
2267 enmGuestMode
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1564 * @param enmGuestMode New guest paging mode.
1566 VMMR3_INT_DECL(void) HMR3PagingModeChanged(PVM pVM, PVMCPU pVCpu, PGMMODE enmShadowMode, PGMMODE enmGuestMode) argument
1578 if (enmGuestMode == PGMMODE_REAL)
H A DPGM.cpp666 static PGMMODE pgmR3CalcShadowMode(PVM pVM, PGMMODE enmGuestMode, SUPPAGINGMODE enmHostMode, PGMMODE enmShadowMode, VMMSWITCHER *penmSwitcher);
1262 pPGM->enmGuestMode = PGMMODE_INVALID;
1521 pVCpu->pgm.s.enmGuestMode = PGMMODE_INVALID;
2301 pgmR3ModeDataSwitch(pVM, pVCpu, pVCpu->pgm.s.enmShadowMode, pVCpu->pgm.s.enmGuestMode);
2686 PGMGetModeName(pVM->aCpus[0].pgm.s.enmGuestMode), pVM->aCpus[0].pgm.s.cGuestModeChanges.c,
3171 * @param enmGuestMode The guest mode.
3177 static PGMMODE pgmR3CalcShadowMode(PVM pVM, PGMMODE enmGuestMode, SUPPAGINGMODE enmHostMode, PGMMODE enmShadowMode, VMMSWITCHER *penmSwitcher) argument
3180 switch (enmGuestMode)
3343 AssertReleaseMsgFailed(("enmGuestMode=%d\n", enmGuestMode));
3369 PGMR3ChangeMode(PVM pVM, PVMCPU pVCpu, PGMMODE enmGuestMode) argument
[all...]
H A DPGMSavedState.cpp148 PGMMODE enmGuestMode; member in struct:__anon16859
178 SSMFIELD_ENTRY( PGMCPU, enmGuestMode),
190 SSMFIELD_ENTRY( PGMCPU, enmGuestMode),
201 SSMFIELD_ENTRY( PGMOLD, enmGuestMode),
3038 pVM->aCpus[0].pgm.s.enmGuestMode = pgmOld.enmGuestMode;
3060 pVM->aCpus[0].pgm.s.enmGuestMode = (PGMMODE)uGuestMode;
3246 rc = PGMR3ChangeMode(pVM, pVCpu, pVCpu->pgm.s.enmGuestMode);
3252 if ( pVCpu->pgm.s.enmGuestMode == PGMMODE_PAE
3253 || pVCpu->pgm.s.enmGuestMode
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3742 PGMMODE enmGuestMode; member in struct:PGMCPU

Completed in 119 milliseconds