Searched refs:X86_PDE_PAE_PG_MASK (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DPGMRCGst.h68 # define GST_PDE_PG_MASK X86_PDE_PAE_PG_MASK
H A DPGMRCShw.h60 # define SHW_PDE_PG_MASK X86_PDE_PAE_PG_MASK
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp363 AssertFatalMsg( (pShwPaePd->a[iPaePde].u & X86_PDE_PAE_PG_MASK) == pMap->aPTs[i].HCPhysPaePT0
365 ("%RX64 vs %RX64\n", pShwPaePd->a[iPaePde+1].u & X86_PDE_PAE_PG_MASK, pMap->aPTs[i].HCPhysPaePT0));
367 AssertFatalMsg( (pShwPaePd->a[iPaePde+1].u & X86_PDE_PAE_PG_MASK) == pMap->aPTs[i].HCPhysPaePT1
369 ("%RX64 vs %RX64\n", pShwPaePd->a[iPaePde+1].u & X86_PDE_PAE_PG_MASK, pMap->aPTs[i].HCPhysPaePT1));
377 || (pShwPaePd->a[iPaePde].u & X86_PDE_PAE_PG_MASK) == pMap->aPTs[i].HCPhysPaePT0);
382 pgmPoolFree(pVM, pShwPaePd->a[iPaePde].u & X86_PDE_PAE_PG_MASK, pPoolPagePd->idx, iPaePde);
391 || (pShwPaePd->a[iPaePde].u & X86_PDE_PAE_PG_MASK) == pMap->aPTs[i].HCPhysPaePT1);
H A DPGMAllPool.cpp283 uShw.pPDPae->a[iShw+i].u & X86_PDE_PAE_PG_MASK,
309 uShw.pPDPae->a[iShw2].u & X86_PDE_PAE_PG_MASK,
390 uShw.pPD->a[iShw].u & X86_PDE_PAE_PG_MASK,
418 uShw.pPD->a[iShw2].u & X86_PDE_PAE_PG_MASK,
468 uShw.pPDPae->a[iShw].u & X86_PDE_PAE_PG_MASK,
497 uShw.pPDPae->a[iShw2].u & X86_PDE_PAE_PG_MASK,
587 uShw.pPDPae->a[iShw].u & X86_PDE_PAE_PG_MASK,
604 uShw.pPDPae->a[iShw2].u & X86_PDE_PAE_PG_MASK,
3494 GCPhysPage &= X86_PDE_PAE_PG_MASK;
4520 PPGMPOOLPAGE pSubPage = (PPGMPOOLPAGE)RTAvloHCPhysGet(&pPool->HCPhysTree, pShwPD->a[i].u & X86_PDE_PAE_PG_MASK);
[all...]
H A DPGMAllShw.h131 # define SHW_PDE_PG_MASK X86_PDE_PAE_PG_MASK
/vbox/src/VBox/VMM/VMMR3/
H A DPGMShw.h86 # define SHW_PDE_PG_MASK X86_PDE_PAE_PG_MASK
H A DPGMDbg.cpp1273 Pde.u & X86_PDE_PAE_PG_MASK);
1275 pgmR3DumpHierarchyShwTablePageInfo(pState, Pde.u & X86_PDE_PAE_PG_MASK);
1282 int rc2 = pgmR3DumpHierarchyShwPaePT(pState, Pde.u & X86_PDE_PAE_PG_MASK, !!(Pde.u & PGM_PDFLAGS_MAPPING));
1943 Pde.u & X86_PDE_PAE_PG_MASK);
1945 pgmR3DumpHierarchyGstPageInfo(pState, Pde.u & X86_PDE_PAE_PG_MASK, _4K);
1951 int rc2 = pgmR3DumpHierarchyGstPaePT(pState, Pde.u & X86_PDE_PAE_PG_MASK);
H A DPGMMap.cpp857 RTHCPHYS HCPhysPT = pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u & X86_PDE_PAE_PG_MASK;
924 pPTPae = (PX86PTPAE)MMPagePhys2Page(pVM, pVM->pgm.s.apInterPaePDs[iPDPE]->a[iPDE].u & X86_PDE_PAE_PG_MASK);
/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h178 # define GST_PDE_PG_MASK X86_PDE_PAE_PG_MASK
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp732 pPgLvl->a[2].fPhysMask = X86_PDE_PAE_PG_MASK;
762 pPgLvl->a[3].fPhysMask = X86_PDE_PAE_PG_MASK;
/vbox/include/VBox/vmm/
H A Dhm_vmx.h619 #define EPT_PDE_PG_MASK X86_PDE_PAE_PG_MASK
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2705 Pde.u & X86_PDE_PAE_PG_MASK,
2723 Pde.u & X86_PDE_PAE_PG_MASK,
3017 VarPTEAddr.u.u64Number = Pde.u & X86_PDE_PAE_PG_MASK;
/vbox/include/iprt/
H A Dx86.h1655 #define X86_PDE_PAE_PG_MASK UINT64_C(0x000ffffffffff000) macro

Completed in 586 milliseconds