Lines Matching defs:kvm_vcpu_stat
1588 struct kvm_vcpu_stat { struct
1589 struct kvm_vcpu_stat_generic generic; argument
1590 u64 pf_taken;
1591 u64 pf_fixed;
1592 u64 pf_emulate;
1593 u64 pf_spurious;
1594 u64 pf_fast;
1595 u64 pf_mmio_spte_created;
1596 u64 pf_guest;
1597 u64 tlb_flush;
1598 u64 invlpg;
1600 u64 exits;
1601 u64 io_exits;
1602 u64 mmio_exits;
1603 u64 signal_exits;
1604 u64 irq_window_exits;
1605 u64 nmi_window_exits;
1606 u64 l1d_flush;
1607 u64 halt_exits;
1608 u64 request_irq_exits;
1609 u64 irq_exits;
1610 u64 host_state_reload;
1611 u64 fpu_reload;
1612 u64 insn_emulation;
1613 u64 insn_emulation_fail;
1614 u64 hypercalls;
1615 u64 irq_injections;
1616 u64 nmi_injections;
1617 u64 req_event;
1618 u64 nested_run;
1619 u64 directed_yield_attempted;
1620 u64 directed_yield_successful;
1621 u64 preemption_reported;
1622 u64 preemption_other;
1623 u64 guest_mode;
1624 u64 notify_window_exits;