Searched refs:PGMMapGetPage (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp224 VMMDECL(int) PGMMapGetPage(PVM pVM, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys) function
/vbox/include/VBox/vmm/
H A Dpgm.h309 VMMDECL(int) PGMMapGetPage(PVM pVM, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys);
/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp1292 int rc = PGMMapGetPage(pVM, GCPtr, NULL, &HCPhysCur);

Completed in 51 milliseconds