Lines Matching defs:kvm_vcpu_stat
1488 struct kvm_vcpu_stat { struct
1489 struct kvm_vcpu_stat_generic generic; argument
1490 u64 pf_taken;
1491 u64 pf_fixed;
1492 u64 pf_emulate;
1493 u64 pf_spurious;
1494 u64 pf_fast;
1495 u64 pf_mmio_spte_created;
1496 u64 pf_guest;
1497 u64 tlb_flush;
1498 u64 invlpg;
1500 u64 exits;
1501 u64 io_exits;
1502 u64 mmio_exits;
1503 u64 signal_exits;
1504 u64 irq_window_exits;
1505 u64 nmi_window_exits;
1506 u64 l1d_flush;
1507 u64 halt_exits;
1508 u64 request_irq_exits;
1509 u64 irq_exits;
1510 u64 host_state_reload;
1511 u64 fpu_reload;
1512 u64 insn_emulation;
1513 u64 insn_emulation_fail;
1514 u64 hypercalls;
1515 u64 irq_injections;
1516 u64 nmi_injections;
1517 u64 req_event;
1518 u64 nested_run;
1519 u64 directed_yield_attempted;
1520 u64 directed_yield_successful;
1521 u64 preemption_reported;
1522 u64 preemption_other;
1523 u64 guest_mode;
1524 u64 notify_window_exits;