KVM_STAT_VCPU 21 arch/arm/kvm/guest.c #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU } KVM_STAT_VCPU 34 arch/arm64/kvm/guest.c #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU } KVM_STAT_VCPU 44 arch/mips/kvm/mips.c { "wait", VCPU_STAT(wait_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 45 arch/mips/kvm/mips.c { "cache", VCPU_STAT(cache_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 46 arch/mips/kvm/mips.c { "signal", VCPU_STAT(signal_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 47 arch/mips/kvm/mips.c { "interrupt", VCPU_STAT(int_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 48 arch/mips/kvm/mips.c { "cop_unusable", VCPU_STAT(cop_unusable_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 49 arch/mips/kvm/mips.c { "tlbmod", VCPU_STAT(tlbmod_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 50 arch/mips/kvm/mips.c { "tlbmiss_ld", VCPU_STAT(tlbmiss_ld_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 51 arch/mips/kvm/mips.c { "tlbmiss_st", VCPU_STAT(tlbmiss_st_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 52 arch/mips/kvm/mips.c { "addrerr_st", VCPU_STAT(addrerr_st_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 53 arch/mips/kvm/mips.c { "addrerr_ld", VCPU_STAT(addrerr_ld_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 54 arch/mips/kvm/mips.c { "syscall", VCPU_STAT(syscall_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 55 arch/mips/kvm/mips.c { "resvd_inst", VCPU_STAT(resvd_inst_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 56 arch/mips/kvm/mips.c { "break_inst", VCPU_STAT(break_inst_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 57 arch/mips/kvm/mips.c { "trap_inst", VCPU_STAT(trap_inst_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 58 arch/mips/kvm/mips.c { "msa_fpe", VCPU_STAT(msa_fpe_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 59 arch/mips/kvm/mips.c { "fpe", VCPU_STAT(fpe_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 60 arch/mips/kvm/mips.c { "msa_disabled", VCPU_STAT(msa_disabled_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 61 arch/mips/kvm/mips.c { "flush_dcache", VCPU_STAT(flush_dcache_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 63 arch/mips/kvm/mips.c { "vz_gpsi", VCPU_STAT(vz_gpsi_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 64 arch/mips/kvm/mips.c { "vz_gsfc", VCPU_STAT(vz_gsfc_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 65 arch/mips/kvm/mips.c { "vz_hc", VCPU_STAT(vz_hc_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 66 arch/mips/kvm/mips.c { "vz_grr", VCPU_STAT(vz_grr_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 67 arch/mips/kvm/mips.c { "vz_gva", VCPU_STAT(vz_gva_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 68 arch/mips/kvm/mips.c { "vz_ghfc", VCPU_STAT(vz_ghfc_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 69 arch/mips/kvm/mips.c { "vz_gpa", VCPU_STAT(vz_gpa_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 70 arch/mips/kvm/mips.c { "vz_resvd", VCPU_STAT(vz_resvd_exits), KVM_STAT_VCPU }, KVM_STAT_VCPU 72 arch/mips/kvm/mips.c { "halt_successful_poll", VCPU_STAT(halt_successful_poll), KVM_STAT_VCPU }, KVM_STAT_VCPU 73 arch/mips/kvm/mips.c { "halt_attempted_poll", VCPU_STAT(halt_attempted_poll), KVM_STAT_VCPU }, KVM_STAT_VCPU 74 arch/mips/kvm/mips.c { "halt_poll_invalid", VCPU_STAT(halt_poll_invalid), KVM_STAT_VCPU }, KVM_STAT_VCPU 75 arch/mips/kvm/mips.c { "halt_wakeup", VCPU_STAT(halt_wakeup), KVM_STAT_VCPU }, KVM_STAT_VCPU 40 arch/powerpc/kvm/book3s.c #define VCPU_STAT(x, ...) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU, ## __VA_ARGS__ KVM_STAT_VCPU 39 arch/powerpc/kvm/booke.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU KVM_STAT_VCPU 59 arch/s390/kvm/kvm-s390.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU KVM_STAT_VCPU 98 arch/x86/kvm/x86.c #define VCPU_STAT(x, ...) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU, ## __VA_ARGS__ KVM_STAT_VCPU 4191 virt/kvm/kvm_main.c [KVM_STAT_VCPU] = &vcpu_stat_get_per_vm_fops, KVM_STAT_VCPU 4275 virt/kvm/kvm_main.c [KVM_STAT_VCPU] = &vcpu_stat_fops,