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

/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp2432 * @param GCPhysRemapped The address of the MMIO2 page.
2436 VMMDECL(int) IOMMMIOMapMMIO2Page(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS GCPhysRemapped, uint64_t fPageFlags) argument
2440 Log(("IOMMMIOMapMMIO2Page %RGp -> %RGp flags=%RX64\n", GCPhys, GCPhysRemapped, fPageFlags));
2468 GCPhysRemapped &= ~(RTGCPHYS)PAGE_OFFSET_MASK;
2470 rc = PGMHandlerPhysicalPageAlias(pVM, pRange->GCPhys, GCPhys, GCPhysRemapped);

Completed in 70 milliseconds