Searched refs:GCPhysRegion (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DGIM.cpp509 * @param GCPhysRegion Where in the guest address space to map the region.
511 VMMR3_INT_DECL(int) GIMR3Mmio2Map(PVM pVM, PGIMMMIO2REGION pRegion, RTGCPHYS GCPhysRegion) argument
517 if (GCPhysRegion & PAGE_OFFSET_MASK)
519 LogFunc(("%s: %#RGp not paging aligned\n", pRegion->szDescription, GCPhysRegion));
526 if (!PGMPhysIsGCPhysNormal(pVM, GCPhysRegion))
528 LogFunc(("%s: %#RGp is not normal memory\n", pRegion->szDescription, GCPhysRegion));
541 int rc = PDMDevHlpMMIO2Map(pDevIns, pRegion->iRegion, GCPhysRegion);
549 GCPhysRegion, GCPhysRegion + (pRegion->cbRegion - 1),
557 pRegion->GCPhysPage = GCPhysRegion;
[all...]
/vbox/src/VBox/VMM/include/
H A DGIMInternal.h98 VMMR3_INT_DECL(int) GIMR3Mmio2Map(PVM pVM, PGIMMMIO2REGION pRegion, RTGCPHYS GCPhysRegion);

Completed in 42 milliseconds