Searched refs:PdeSrc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h41 static int PGM_BTH_NAME(SyncPage)(PVMCPU pVCpu, GSTPDE PdeSrc, RTGCPTR GCPtrPage, unsigned cPages, unsigned uErr);
45 static void PGM_BTH_NAME(SyncPageWorker)(PVMCPU pVCpu, PSHWPTE pPteDst, GSTPDE PdeSrc, GSTPTE PteSrc, PPGMPOOLPAGE pShwPage, unsigned iPTDst);
859 Log(("Page out of sync: %RGv eip=%08x PdeSrc.US=%d fPageGst2=%08llx GCPhys2=%RGp scan=%d\n",
1280 GSTPDE PdeSrc = pPDSrc->a[iPDSrc]; local
1291 GSTPDE PdeSrc; local
1294 PdeSrc = pPDSrc->a[iPDSrc];
1296 PdeSrc.u = 0;
1298 const bool fIsBigPage = PdeSrc.b.u1Size && GST_IS_PSE_ACTIVE(pVCpu);
1310 && PdeSrc.b.u1Global
1326 if (PdeSrc
1666 SyncPageWorker(PVMCPU pVCpu, PSHWPTE pPteDst, GSTPDE PdeSrc, GSTPTE PteSrc, PPGMPOOLPAGE pShwPage, unsigned iPTDst) argument
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp2773 X86PDE PdeSrc = pPDSrc->a[iPD]; local
2774 if (PdeSrc.n.u1Present)
2776 if (PdeSrc.b.u1Size && fPSE)
2780 pgmGstGet4MBPhysPage(pVM, PdeSrc),
2781 PdeSrc.b.u1Present, PdeSrc.b.u1User, PdeSrc.b.u1Write, PdeSrc.b.u1Global && fPGE);
2786 (RTGCPHYS)(PdeSrc.u & X86_PDE_PG_MASK),
2787 PdeSrc
[all...]

Completed in 58 milliseconds