Lines Matching defs:kvm_vcpu_stat
1395 struct kvm_vcpu_stat { struct
1396 struct kvm_vcpu_stat_generic generic; argument
1397 u64 pf_taken;
1398 u64 pf_fixed;
1399 u64 pf_emulate;
1400 u64 pf_spurious;
1401 u64 pf_fast;
1402 u64 pf_mmio_spte_created;
1403 u64 pf_guest;
1404 u64 tlb_flush;
1405 u64 invlpg;
1407 u64 exits;
1408 u64 io_exits;
1409 u64 mmio_exits;
1410 u64 signal_exits;
1411 u64 irq_window_exits;
1412 u64 nmi_window_exits;
1413 u64 l1d_flush;
1414 u64 halt_exits;
1415 u64 request_irq_exits;
1416 u64 irq_exits;
1417 u64 host_state_reload;
1418 u64 fpu_reload;
1419 u64 insn_emulation;
1420 u64 insn_emulation_fail;
1421 u64 hypercalls;
1422 u64 irq_injections;
1423 u64 nmi_injections;
1424 u64 req_event;
1425 u64 nested_run;
1426 u64 directed_yield_attempted;
1427 u64 directed_yield_successful;
1428 u64 preemption_reported;
1429 u64 preemption_other;
1430 u64 guest_mode;
1431 u64 notify_window_exits;