Home
last modified time | relevance | path

Searched refs:KVM_STAT_VCPU (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/mips/kvm/
Dmips.c44 { "wait", VCPU_STAT(wait_exits), KVM_STAT_VCPU },
45 { "cache", VCPU_STAT(cache_exits), KVM_STAT_VCPU },
46 { "signal", VCPU_STAT(signal_exits), KVM_STAT_VCPU },
47 { "interrupt", VCPU_STAT(int_exits), KVM_STAT_VCPU },
48 { "cop_unusable", VCPU_STAT(cop_unusable_exits), KVM_STAT_VCPU },
49 { "tlbmod", VCPU_STAT(tlbmod_exits), KVM_STAT_VCPU },
50 { "tlbmiss_ld", VCPU_STAT(tlbmiss_ld_exits), KVM_STAT_VCPU },
51 { "tlbmiss_st", VCPU_STAT(tlbmiss_st_exits), KVM_STAT_VCPU },
52 { "addrerr_st", VCPU_STAT(addrerr_st_exits), KVM_STAT_VCPU },
53 { "addrerr_ld", VCPU_STAT(addrerr_ld_exits), KVM_STAT_VCPU },
[all …]
/Linux-v4.19/arch/arm/kvm/
Dguest.c33 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
/Linux-v4.19/arch/arm64/kvm/
Dguest.c38 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s.c42 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
Dbooke.c50 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
/Linux-v4.19/include/linux/
Dkvm_host.h1028 KVM_STAT_VCPU, enumerator
/Linux-v4.19/virt/kvm/
Dkvm_main.c3788 [KVM_STAT_VCPU] = &vcpu_stat_get_per_vm_fops,
3872 [KVM_STAT_VCPU] = &vcpu_stat_fops,
/Linux-v4.19/arch/s390/kvm/
Dkvm-s390.c59 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
/Linux-v4.19/arch/x86/kvm/
Dx86.c96 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU