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

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h306 GEN_CHECK_SIZE(IOMMMIOSTATS); variable
307 GEN_CHECK_OFF(IOMMMIOSTATS, Accesses);
308 GEN_CHECK_OFF(IOMMMIOSTATS, WriteRZToR3);
/vbox/src/VBox/VMM/include/
H A DIOMInternal.h107 typedef struct IOMMMIOSTATS struct
129 } IOMMMIOSTATS; typedef in typeref:struct:IOMMMIOSTATS
130 AssertCompileMemberAlignment(IOMMMIOSTATS, Accesses, 8);
132 typedef IOMMMIOSTATS *PIOMMMIOSTATS;
293 /** Tree containing MMIO statistics (IOMMMIOSTATS). */

Completed in 35 milliseconds