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

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp108 STAMCOUNTER StatMMIOReadGC; member in struct:IOAPIC
842 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatMMIOReadGC, STAMTYPE_COUNTER, "/Devices/IOAPIC/MMIOReadGC", STAMUNIT_OCCURENCES, "Number of IOAPIC MMIO reads in GC.");
H A DDevAPIC.cpp393 STAMCOUNTER StatMMIOReadGC; member in struct:__anon15013
401 AssertCompileMemberAlignment(APICDeviceInfo, StatMMIOReadGC, 8);
2435 PDMDevHlpSTAMRegister(pDevIns, &pDev->StatMMIOReadGC, STAMTYPE_COUNTER, "/Devices/APIC/MMIOReadGC", STAMUNIT_OCCURENCES, "Number of APIC MMIO reads in GC.");

Completed in 189 milliseconds