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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1129 RTGCPTR64 GCPml4; local
1137 GCPml4 = (RTGCPTR64)iPml4 << X86_PML4_SHIFT;
1142 GCPml4 = uGstPml4e & X86_PML4E_PG_MASK;
1147 rc = pgmPoolAlloc(pVM, GCPml4, enmKind, PGMPOOLACCESS_DONTCARE, PGM_A20_IS_ENABLED(pVCpu),
1282 RTGCPTR64 GCPml4 = (RTGCPTR64)iPml4 << EPT_PML4_SHIFT; local
1284 rc = pgmPoolAlloc(pVM, GCPml4, PGMPOOLKIND_EPT_PDPT_FOR_PHYS, PGMPOOLACCESS_DONTCARE, PGM_A20_IS_ENABLED(pVCpu),

Completed in 58 milliseconds