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

/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp851 RTGCPHYS PhysDst; local
852 rc = PGMGstGetPage(pVCpu, (RTGCPTR)pu8Virt, NULL, &PhysDst);
853 PhysDst |= (RTGCUINTPTR)pu8Virt & PAGE_OFFSET_MASK;
855 && (pMMIODst = iomMmioGetRangeWithRef(pVM, PhysDst)))
877 rc = iomMMIODoWrite(pVM, pMMIODst, PhysDst, &u32Data, cb);
882 PhysDst += offIncrement;

Completed in 61 milliseconds