Searched defs:WHV_PROCESSOR_INTERCEPT_COUNTERS (Results 1 – 3 of 3) sorted by relevance
820 typedef struct WHV_PROCESSOR_INTERCEPT_COUNTERS { struct821 WHV_PROCESSOR_INTERCEPT_COUNTER PageInvalidations;822 WHV_PROCESSOR_INTERCEPT_COUNTER ControlRegisterAccesses;823 WHV_PROCESSOR_INTERCEPT_COUNTER IoInstructions;824 WHV_PROCESSOR_INTERCEPT_COUNTER HaltInstructions;825 WHV_PROCESSOR_INTERCEPT_COUNTER CpuidInstructions;826 WHV_PROCESSOR_INTERCEPT_COUNTER MsrAccesses;827 WHV_PROCESSOR_INTERCEPT_COUNTER OtherIntercepts;828 WHV_PROCESSOR_INTERCEPT_COUNTER PendingInterrupts;829 WHV_PROCESSOR_INTERCEPT_COUNTER EmulatedInstructions;[all …]
1328 typedef struct WHV_PROCESSOR_INTERCEPT_COUNTERS struct1330 WHV_PROCESSOR_INTERCEPT_COUNTER PageInvalidations;1331 WHV_PROCESSOR_INTERCEPT_COUNTER ControlRegisterAccesses;1332 WHV_PROCESSOR_INTERCEPT_COUNTER IoInstructions;1333 WHV_PROCESSOR_INTERCEPT_COUNTER HaltInstructions;1334 WHV_PROCESSOR_INTERCEPT_COUNTER CpuidInstructions;1335 WHV_PROCESSOR_INTERCEPT_COUNTER MsrAccesses;1336 WHV_PROCESSOR_INTERCEPT_COUNTER OtherIntercepts;1337 WHV_PROCESSOR_INTERCEPT_COUNTER PendingInterrupts;1338 WHV_PROCESSOR_INTERCEPT_COUNTER EmulatedInstructions;[all …]
8731 pub struct WHV_PROCESSOR_INTERCEPT_COUNTERS { struct8747 ::std::mem::size_of::<WHV_PROCESSOR_INTERCEPT_COUNTERS>(), in bindgen_test_layout_WHV_PROCESSOR_INTERCEPT_COUNTERS() argument