Searched refs:PGMMODE_EPT (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMShw.h239 || pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT)
H A DPGM.cpp2826 case PGMMODE_EPT: return PGM_TYPE_EPT;
3471 case PGMMODE_EPT:
3516 case PGMMODE_EPT:
3540 case PGMMODE_EPT:
3565 case PGMMODE_EPT:
3596 case PGMMODE_EPT:
3622 case PGMMODE_EPT:
H A DDBGFMem.cpp547 case PGMMODE_EPT:
H A DPGMPool.cpp447 && HMGetShwPagingMode(pVM) == PGMMODE_EPT;
/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0.cpp431 || enmShwPagingMode == PGMMODE_AMD64 || enmShwPagingMode == PGMMODE_AMD64_NX || enmShwPagingMode == PGMMODE_EPT,
497 case PGMMODE_EPT:
H A DHMVMXR0.cpp11634 VBOXSTRICTRC rc2 = PGMR0Trap0eHandlerNPMisconfig(pVM, pVCpu, PGMMODE_EPT, CPUMCTX2CORE(pMixedCtx), GCPhys, UINT32_MAX);
11701 rc = PGMR0Trap0eHandlerNestedPaging(pVM, pVCpu, PGMMODE_EPT, uErrorCode, CPUMCTX2CORE(pMixedCtx), GCPhys);
/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp357 return PGMMODE_EPT;
H A DPGMAll.cpp1347 * @param enmShwPagingMode The shadow paging mode (PGMMODE_EPT for VT-x,
1380 case PGMMODE_EPT:
1465 case PGMMODE_EPT:
1755 Assert(pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT);
1778 Assert(pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT);
1879 case PGMMODE_EPT:
2050 Assert(pVCpu->CTX_SUFF(pVM)->pgm.s.fNestedPaging || pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT);
2406 case PGMMODE_EPT: return "EPT";
/vbox/include/VBox/vmm/
H A Dpgm.h262 PGMMODE_EPT, enumerator in enum:PGMMODE

Completed in 111 milliseconds