Searched refs:PGMGetHyperCR3 (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp211 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
266 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
519 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
563 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
H A DPGMBth.h185 CPUMSetHyperCR3(pVCpu, PGMGetHyperCR3(pVCpu));
H A DDBGFMem.cpp598 cr3 = PGMGetHyperCR3(pVCpu);
H A DVMM.cpp591 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
1290 if (RT_UNLIKELY(!CPUMGetHyperCR3(pVCpu) || CPUMGetHyperCR3(pVCpu) != PGMGetHyperCR3(pVCpu)))
1978 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
2088 Assert(CPUMGetHyperCR3(pVCpu) && CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu));
H A DVMMSwitcher.cpp904 PGMGetHyperCR3(VMMGetCpu(pVM)),
H A DPGM.cpp3693 || CPUMGetHyperCR3(pVCpu) == PGMGetHyperCR3(pVCpu),
3694 ("%RHp != %RHp %s\n", (RTHCPHYS)CPUMGetHyperCR3(pVCpu), PGMGetHyperCR3(pVCpu), PGMGetModeName(pVCpu->pgm.s.enmShadowMode)));
H A DSELM.cpp464 pVM->selm.s.Tss.cr3 = PGMGetHyperCR3(pVCpu);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp405 VMMDECL(RTHCPHYS) PGMGetHyperCR3(PVMCPU pVCpu) function
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp872 if (RT_UNLIKELY(!PGMGetHyperCR3(pVCpu)))
1326 if (RT_UNLIKELY(!PGMGetHyperCR3(pVCpu)))
H A DHMSVMR0.cpp1246 pVmcb->guest.u64CR3 = PGMGetHyperCR3(pVCpu);
H A DHMVMXR0.cpp3947 pVCpu->hm.s.vmx.HCPhysEPTP = PGMGetHyperCR3(pVCpu);
4008 RTHCPHYS HCPhysGuestCR3 = PGMGetHyperCR3(pVCpu);
/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp1069 pVM->selm.s.Tss.cr3 = PGMGetHyperCR3(pVCpu);
H A DPGMAll.cpp1805 VMMDECL(RTHCPHYS) PGMGetHyperCR3(PVMCPU pVCpu) function
H A DPGMAllBth.h4712 CPUMSetHyperCR3(pVCpu, PGMGetHyperCR3(pVCpu));
H A DPGMAllPool.cpp4844 ("Can't free the shadow CR3! (%RHp vs %RHp kind=%d\n", PGMGetHyperCR3(VMMGetCpu(pVM)), pPage->Core.Key, pPage->enmKind));
/vbox/include/VBox/vmm/
H A Dpgm.h296 VMMDECL(RTHCPHYS) PGMGetHyperCR3(PVMCPU pVCpu);
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2495 return PGMGetHyperCR3(pVCpu);

Completed in 178 milliseconds