Searched defs:pGuestPD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPGMInline.h623 PX86PD pGuestPD = NULL; local
624 int rc = pgmRZDynMapGCPageInlined(pVCpu, pVCpu->pgm.s.GCPhysCR3, (void **)&pGuestPD RTLOG_COMMA_SRC_POS);
631 PX86PD pGuestPD = pVCpu->pgm.s.CTX_SUFF(pGst32BitPd);
632 if (RT_UNLIKELY(!pGuestPD))
634 int rc = pgmGstLazyMap32BitPD(pVCpu, &pGuestPD);
639 return pGuestPD;
733 PX86PDPAE pGuestPD = NULL; local
736 (void **)&pGuestPD
739 return pGuestPD->a[iPD];
742 PX86PDPAE pGuestPD local
[all...]

Completed in 44 milliseconds