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

/vbox/src/VBox/VMM/VMMR3/
H A DGIM.cpp485 * @param pvPhys Pointer to the region in the guest address space.
491 static DECLCALLBACK(int) gimR3Mmio2WriteHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, argument
H A DPGMPool.cpp116 static DECLCALLBACK(int) pgmR3PoolAccessHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser);
526 * @param pvPhys The HC mapping of that address.
532 static DECLCALLBACK(int) pgmR3PoolAccessHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, argument
578 pgmPoolMonitorChainChanging(pVCpu, pPool, pPage, GCPhys, pvPhys, 0 /* unknown write size */);
583 pvPhys = (uint8_t *)pvPhys + 4;
585 pgmPoolMonitorChainChanging(pVCpu, pPool, pPage, GCPhys, pvPhys, 0 /* unknown write size */);
598 pgmPoolMonitorChainChanging(pVCpu, pPool, pPage, GCPhys, pvPhys, 0 /* unknown write size */);
H A DPGMPhys.cpp60 static DECLCALLBACK(int) pgmR3PhysRomWriteHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser);
3518 * @param pvPhys The HC mapping of that address.
3524 static DECLCALLBACK(int) pgmR3PhysRomWriteHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, argument
3532 NOREF(pvPhys);
3571 /* This should be impossible now, pvPhys doesn't work cross page anylonger. */
/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp1793 * @param pvPhys The HC mapping of that address.
1799 DECLCALLBACK(int) IOMR3MMIOHandler(PVM pVM, RTGCPHYS GCPhysFault, void *pvPhys, void *pvBuf, size_t cbBuf, argument
1808 NOREF(pvPhys);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp1854 * @param pvPhys The HC mapping of that address.
1860 static DECLCALLBACK(int) vmsvgaR3FIFOAccessHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser) argument
1866 NOREF(pvPhys); NOREF(pvBuf); NOREF(cbBuf);
1886 * @param pvPhys The HC mapping of that address.
1892 static DECLCALLBACK(int) vmsvgaR3GMRAccessHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser) argument
1897 NOREF(pvPhys); NOREF(pvBuf); NOREF(cbBuf);
H A DDevVGA.cpp3513 static DECLCALLBACK(int) vgaR3LFBAccessHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser) argument
3519 NOREF(pvPhys); NOREF(pvBuf); NOREF(cbBuf); NOREF(enmAccessType);
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp1164 * @param pvPhys The HC mapping of that address.
1170 static DECLCALLBACK(int) pcnetHandleRingWrite(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, argument
1185 memcpy((char *)pvPhys, pvBuf, cbBuf);

Completed in 104 milliseconds