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

/vbox/src/VBox/VMM/VMMR3/
H A DGIMHv.cpp649 * @param GCPhysHypercallPage Where to map the hypercall page.
651 VMMR3_INT_DECL(int) gimR3HvEnableHypercallPage(PVM pVM, RTGCPHYS GCPhysHypercallPage) argument
662 if (pRegion->GCPhysPage == GCPhysHypercallPage)
676 int rc = GIMR3Mmio2Map(pVM, pRegion, GCPhysHypercallPage);
679 Assert(pRegion->GCPhysPage == GCPhysHypercallPage);
698 LogRel(("GIM: HyperV: Enabled hypercalls at %#RGp\n", GCPhysHypercallPage));

Completed in 44 milliseconds