Lines Matching defs:kvm_vcpu_stat
1251 struct kvm_vcpu_stat { struct
1252 struct kvm_vcpu_stat_generic generic; argument
1253 u64 pf_fixed;
1254 u64 pf_guest;
1255 u64 tlb_flush;
1256 u64 invlpg;
1258 u64 exits;
1259 u64 io_exits;
1260 u64 mmio_exits;
1261 u64 signal_exits;
1262 u64 irq_window_exits;
1263 u64 nmi_window_exits;
1264 u64 l1d_flush;
1265 u64 halt_exits;
1266 u64 request_irq_exits;
1267 u64 irq_exits;
1268 u64 host_state_reload;
1269 u64 fpu_reload;
1270 u64 insn_emulation;
1271 u64 insn_emulation_fail;
1272 u64 hypercalls;
1273 u64 irq_injections;
1274 u64 nmi_injections;
1275 u64 req_event;
1276 u64 nested_run;
1277 u64 directed_yield_attempted;
1278 u64 directed_yield_successful;
1279 u64 guest_mode;