Lines Matching defs:kvm_vcpu_stat
1562 struct kvm_vcpu_stat { struct
1563 struct kvm_vcpu_stat_generic generic; argument
1564 u64 pf_taken;
1565 u64 pf_fixed;
1566 u64 pf_emulate;
1567 u64 pf_spurious;
1568 u64 pf_fast;
1569 u64 pf_mmio_spte_created;
1570 u64 pf_guest;
1571 u64 tlb_flush;
1572 u64 invlpg;
1574 u64 exits;
1575 u64 io_exits;
1576 u64 mmio_exits;
1577 u64 signal_exits;
1578 u64 irq_window_exits;
1579 u64 nmi_window_exits;
1580 u64 l1d_flush;
1581 u64 halt_exits;
1582 u64 request_irq_exits;
1583 u64 irq_exits;
1584 u64 host_state_reload;
1585 u64 fpu_reload;
1586 u64 insn_emulation;
1587 u64 insn_emulation_fail;
1588 u64 hypercalls;
1589 u64 irq_injections;
1590 u64 nmi_injections;
1591 u64 req_event;
1592 u64 nested_run;
1593 u64 directed_yield_attempted;
1594 u64 directed_yield_successful;
1595 u64 preemption_reported;
1596 u64 preemption_other;
1597 u64 guest_mode;
1598 u64 notify_window_exits;