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