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

/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp1291 RTHCPHYS HCPhysCur; local
1292 int rc = PGMMapGetPage(pVM, GCPtr, NULL, &HCPhysCur);
1293 if (RT_SUCCESS(rc) && HCPhysCur == HCPhysPage)

Completed in 43 milliseconds