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

/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp1557 pVM->pgm.s.pInterPaePDPT64 = (PX86PDPT)MMR3PageAllocLow(pVM); AssertReturn(pVM->pgm.s.pInterPaePDPT64, VERR_NO_PAGE_MEMORY);
1585 for (unsigned i = 0; i < RT_ELEMENTS(pVM->pgm.s.pInterPaePDPT64->a); i++)
1588 pVM->pgm.s.pInterPaePDPT64->a[i].u = X86_PDPE_P | X86_PDPE_RW | X86_PDPE_US | X86_PDPE_A | PGM_PLXFLAGS_PERMANENT
1592 RTHCPHYS HCPhysInterPaePDPT64 = MMPage2Phys(pVM, pVM->pgm.s.pInterPaePDPT64);
1636 LogRel(("PGM: apInterPTs={%RHp,%RHp} apInterPaePTs={%RHp,%RHp} apInterPaePDs={%RHp,%RHp,%RHp,%RHp} pInterPaePDPT64=%RHp\n",
1640 MMPage2Phys(pVM, pVM->pgm.s.pInterPaePDPT64)));
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h699 GEN_CHECK_OFF(PGM, pInterPaePDPT64);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3262 R3PTRTYPE(PX86PDPT) pInterPaePDPT64; member in struct:PGM

Completed in 106 milliseconds