Searched refs:KVM_STAT_VCPU (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/mips/kvm/ |
D | mips.c | 44 { "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/ |
D | guest.c | 33 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
|
/Linux-v4.19/arch/arm64/kvm/ |
D | guest.c | 38 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s.c | 42 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
D | booke.c | 50 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
/Linux-v4.19/include/linux/ |
D | kvm_host.h | 1028 KVM_STAT_VCPU, enumerator
|
/Linux-v4.19/virt/kvm/ |
D | kvm_main.c | 3788 [KVM_STAT_VCPU] = &vcpu_stat_get_per_vm_fops, 3872 [KVM_STAT_VCPU] = &vcpu_stat_fops,
|
/Linux-v4.19/arch/s390/kvm/ |
D | kvm-s390.c | 59 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
/Linux-v4.19/arch/x86/kvm/ |
D | x86.c | 96 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|