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

/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/VMM/VMMR3/
H A DIOM.cpp44 * handler is IOMMMIOHandler while in ring-3 it's IOMR3MMIOHandler (although in
71 * care of it by calling IOMR3MMIOHandler via the PGM access handler machinery
219 STAM_REG(pVM, &pVM->iom.s.StatR3MMIOHandler, STAMTYPE_COUNTER, "/IOM/R3-MMIOHandler", STAMUNIT_OCCURENCES, "Number of calls to IOMR3MMIOHandler.");
1432 IOMR3MMIOHandler, pRange,
/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp1799 DECLCALLBACK(int) IOMR3MMIOHandler(PVM pVM, RTGCPHYS GCPhysFault, void *pvPhys, void *pvBuf, size_t cbBuf, function

Completed in 65 milliseconds