Searched refs:StatSetIrqGC (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/testcase/ |
H A D | tstDeviceStructSize.cpp | 289 CHECK_MEMBER_ALIGNMENT(DEVPIC, StatSetIrqGC, 8);
|
H A D | tstDeviceStructSizeRC.cpp | 660 GEN_CHECK_OFF(DEVPIC, StatSetIrqGC);
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevIoApic.cpp | 112 STAMCOUNTER StatSetIrqGC; member in struct:IOAPIC 846 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatSetIrqGC, STAMTYPE_COUNTER, "/Devices/IOAPIC/SetIrqGC", STAMUNIT_OCCURENCES, "Number of IOAPIC SetIrq calls in GC.");
|
H A D | DevPIC.cpp | 139 STAMCOUNTER StatSetIrqGC; member in struct:DEVPIC 1067 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatSetIrqGC, STAMTYPE_COUNTER, "/Devices/PIC/SetIrqGC", STAMUNIT_OCCURENCES, "Number of PIC SetIrq calls in GC.");
|
Completed in 150 milliseconds