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

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp75 rc = PGMGstGetPage(pVCpu, GCPtrPage, &fFlags, &GCPhys);
H A DHMSVMR0.cpp5163 int rc2 = PGMGstGetPage(pVCpu, (RTGCPTR)uFaultAddress, NULL /* pfFlags */, &GCPhysPage);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddr.cpp245 return PGMGstGetPage(pVCpu, pAddress->FlatPtr, NULL, pGCPhys);
H A DPGMSharedPage.cpp285 int rc = PGMGstGetPage(VMMGetCpu(pVM), GCPtrPage, &fFlags, &GCPhys);
H A DCSAM.cpp1498 rc2 = PGMGstGetPage(pVCpu, addr, &fFlags, NULL);
1648 rc = PGMGstGetPage(pVCpu, addr, &fFlags, &GCPhys);
1694 rc = PGMGstGetPage(pVCpu, addr, &pPageRec->page.fFlags, &pPageRec->page.GCPhys);
1843 rc = PGMGstGetPage(pVCpu, GCPtr, &pPage->page.fFlags, &pPage->page.GCPhys);
1948 rc = PGMGstGetPage(pVCpu, pPageAddrGC, &fFlags, NULL);
2431 rc = PGMGstGetPage(pVCpu, GCPtr, &fFlags, NULL);
H A DEMRaw.cpp679 int rc2 = PGMGstGetPage(pVCpu, uCR2, &fFlags, &GCPhys);
H A DSELM.cpp1650 rc = PGMGstGetPage(pVCpu, GCPtrTss, NULL, &GCPhys); AssertRC(rc);
2020 rc = PGMGstGetPage(pVCpu, GCPtrTss, NULL, &GCPhys); AssertRC(rc);
H A DPATM.cpp4289 rc = PGMGstGetPage(pVCpu, pInstrGC, NULL, &GCPhys);
4292 Log(("PGMGstGetPage failed with %Rrc\n", rc));
6490 rc = PGMGstGetPage(pVCpu, pCtx->esp, &fFlags, NULL);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp567 int rc = PGMGstGetPage(pVCpu, (RTGCPTR)Addr, &fPage, NULL);
617 int rc = PGMGstGetPage(pVCpu, (RTGCPTR)Addr, &fPageGst, NULL);
741 && PGMGstGetPage(pVCpu, GCPtrPage, NULL, NULL) != VERR_PAGE_TABLE_NOT_PRESENT)
1400 * necessary at a later point, a PGMGstGetPage() will be created for that
1410 VMMDECL(int) PGMGstGetPage(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys) function
1485 int rc = PGMGstGetPage(pVCpu, GCPtr, NULL, NULL);
2778 int rc = PGMGstGetPage(pVCpu, (RTGCPTR)GCPtr, NULL, NULL);
H A DPGMAllShw.h459 rc = PGMGstGetPage(pVCpu, GCPtr, &fGstPte, &GCPhys);
H A DPGMAllBth.h857 PGMGstGetPage(pVCpu, pvFault, &fPageGst2, &GCPhys2);
1066 rc = PGMGstGetPage(pVCpu, pvFault, &fPageGst, &GCPhys2);
1116 rc = PGMGstGetPage(pVCpu, pvFault, &fPageGst, NULL);
1137 AssertMsgFailed(("PGMGstGetPage rc=%Rrc\n", rc));
3509 * PGMGstGetPage call. */
H A DPGMAllHandler.cpp1620 int rc = PGMGstGetPage(pVCpu, (RTGCPTR)GCPtr, &fGst, &GCPhysGst);
H A DIOMAllMMIO.cpp852 rc = PGMGstGetPage(pVCpu, (RTGCPTR)pu8Virt, NULL, &PhysDst);
H A DIEMAll.cpp967 int rc = PGMGstGetPage(IEMCPU_TO_VMCPU(pIemCpu), GCPtrPC, &fFlags, &GCPhys);
1117 int rc = PGMGstGetPage(IEMCPU_TO_VMCPU(pIemCpu), GCPtrNext, &fFlags, &GCPhys);
6213 int rc = PGMGstGetPage(IEMCPU_TO_VMCPU(pIemCpu), GCPtrMem, &fFlags, &GCPhys);
/vbox/include/VBox/vmm/
H A Dpgm.h331 VMMDECL(int) PGMGstGetPage(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1268 { "PGMGstGetPage", VMM_FN(PGMGstGetPage), &g_aArgsPGMGstGetPage[0], RT_ELEMENTS(g_aArgsPGMGstGetPage), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
H A DVBoxRecompiler.c3175 rc = PGMGstGetPage(pVM, pvCodePage, &flags, &PhysGC);

Completed in 203 milliseconds