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

/vbox/include/VBox/vmm/
H A Diom.h285 VMMDECL(int) IOMMMIOMapMMIO2Page(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS GCPhysRemapped, uint64_t fPageFlags);
/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 49 milliseconds