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

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp422 * (See 0xff comments in ioapicMMIOWrite.)
441 PDMBOTHCBDECL(int) ioapicMMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb) function
472 Log(("ioapicMMIOWrite: Invalid access: offReg=%#x u32Value=%#x\n", offReg, u32Value));
475 Log3(("ioapicMMIOWrite: @%#x := %#x %Rrc\n", offReg, u32Value, rc));
811 ioapicMMIOWrite, ioapicMMIORead, "I/O APIC Memory");
819 "ioapicMMIOWrite", "ioapicMMIORead");
824 "ioapicMMIOWrite", "ioapicMMIORead");

Completed in 46 milliseconds