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

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp490 PDMBOTHCBDECL(void) ioapicSendMsi(PPDMDEVINS pDevIns, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc) function
494 LogFlow(("ioapicSendMsi: Address=%p uValue=%u\n", GCAddr, uValue));
794 IoApicReg.pfnSendMsiR3 = ioapicSendMsi;
795 IoApicReg.pszSendMsiRC = fRZEnabled ? "ioapicSendMsi" : NULL;
796 IoApicReg.pszSendMsiR0 = fRZEnabled ? "ioapicSendMsi" : NULL;

Completed in 44 milliseconds