Searched refs:apInterPaePDs (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp853 Assert(pVM->pgm.s.apInterPaePDs[iPDPE]);
855 if (pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u)
857 RTHCPHYS HCPhysPT = pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u & X86_PDE_PAE_PG_MASK;
921 Assert(pVM->pgm.s.apInterPaePDs[iPDPE]);
923 if (pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u)
924 pPTPae = (PX86PTPAE)MMPagePhys2Page(pVM, pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u & X86_PDE_PAE_PG_MASK);
928 pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u = X86_PDE_P | X86_PDE_A | X86_PDE_RW
971 pVM->pgm.s.apInterPaePDs[iPD]->a[iPDE].u = 0;
974 pVM->pgm.s.apInterPaePDs[iPD]->a[iPDE].u = 0;
1024 pPGM->apInterPaePDs[iP
[all...]
H A DPGM.cpp1552 pVM->pgm.s.apInterPaePDs[0] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[0], VERR_NO_PAGE_MEMORY);
1553 pVM->pgm.s.apInterPaePDs[1] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[1], VERR_NO_PAGE_MEMORY);
1554 pVM->pgm.s.apInterPaePDs[2] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[2], VERR_NO_PAGE_MEMORY);
1555 pVM->pgm.s.apInterPaePDs[3] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[3], VERR_NO_PAGE_MEMORY);
1578 for (unsigned i = 0; i < RT_ELEMENTS(pVM->pgm.s.apInterPaePDs); i++)
1580 ASMMemZeroPage(pVM->pgm.s.apInterPaePDs[
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h697 GEN_CHECK_OFF(PGM, apInterPaePDs);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3256 R3PTRTYPE(PX86PDPAE) apInterPaePDs[4]; member in struct:PGM

Completed in 694 milliseconds