Searched refs:apInterPaePTs (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMMap.cpp | 784 int rc = pgmR3MapIntermediateCheckOne(pVM, uAddress, cPages, pVM->pgm.s.apInterPTs[0], pVM->pgm.s.apInterPaePTs[0]); 787 rc = pgmR3MapIntermediateCheckOne(pVM, (uintptr_t)HCPhys, cPages, pVM->pgm.s.apInterPTs[1], pVM->pgm.s.apInterPaePTs[1]); 794 pgmR3MapIntermediateDoOne(pVM, uAddress, HCPhys, cPages, pVM->pgm.s.apInterPTs[0], pVM->pgm.s.apInterPaePTs[0]); 795 pgmR3MapIntermediateDoOne(pVM, (uintptr_t)HCPhys, HCPhys, cPages, pVM->pgm.s.apInterPTs[1], pVM->pgm.s.apInterPaePTs[1]); 858 if (HCPhysPT == MMPage2Phys(pVM, pVM->pgm.s.apInterPaePTs[0])) 859 pPTPae = pVM->pgm.s.apInterPaePTs[0]; 860 else if (HCPhysPT == MMPage2Phys(pVM, pVM->pgm.s.apInterPaePTs[0])) 861 pPTPae = pVM->pgm.s.apInterPaePTs[1];
|
H A D | PGM.cpp | 1550 pVM->pgm.s.apInterPaePTs[0] = (PX86PTPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePTs[0], VERR_NO_PAGE_MEMORY); 1551 pVM->pgm.s.apInterPaePTs[1] = (PX86PTPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePTs[1], VERR_NO_PAGE_MEMORY); 1574 ASMMemZeroPage(pVM->pgm.s.apInterPaePTs[0]); 1575 ASMMemZeroPage(pVM->pgm.s.apInterPaePTs[1]); 1636 LogRel(("PGM: apInterPTs={%RHp,%RHp} apInterPaePTs={%RHp,%RHp} apInterPaePDs={%RHp,%RHp,%RHp,%RHp} pInterPaePDPT64=%RHp\n", 1638 MMPage2Phys(pVM, pVM->pgm.s.apInterPaePTs[0]), MMPage2Phys(pVM, pVM->pgm.s.apInterPaePTs[1]),
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 696 GEN_CHECK_OFF(PGM, apInterPaePTs);
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 3254 R3PTRTYPE(PX86PTPAE) apInterPaePTs[2]; member in struct:PGM
|
Completed in 2041 milliseconds