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

/vbox/src/VBox/VMM/VMMR3/
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 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 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. */
H A DSELM.cpp97 static DECLCALLBACK(int) selmR3GuestGDTWriteHandler(PVM pVM, RTGCPTR GCPtr, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser);
98 static DECLCALLBACK(int) selmR3GuestLDTWriteHandler(PVM pVM, RTGCPTR GCPtr, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser);
99 static DECLCALLBACK(int) selmR3GuestTSSWriteHandler(PVM pVM, RTGCPTR GCPtr, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser);
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstPin.cpp184 RTPrintf("%2d: vrt=%p phys=%08x\n", j, (char *)pvAligned + (j << PAGE_SHIFT), (uintptr_t)s_aPages[j].pvPhys);
/vbox/src/VBox/VMM/include/
H A DIOMInternal.h431 DECLCALLBACK(int) IOMR3MMIOHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf,
/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/include/VBox/vmm/
H A Dpgm.h145 * @param pvPhys The HC mapping of that address.
153 typedef DECLCALLBACK(int) FNPGMR3PHYSHANDLER(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser);
/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/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 127 milliseconds