Searched refs:KVM_STAT_VCPU (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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-v5.4/arch/arm/kvm/ |
| D | guest.c | 21 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | guest.c | 34 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s.c | 40 #define VCPU_STAT(x, ...) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU, ## __VA_ARGS__
|
| D | booke.c | 39 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
| /Linux-v5.4/include/linux/ |
| D | kvm_host.h | 1089 KVM_STAT_VCPU, enumerator
|
| /Linux-v5.4/virt/kvm/ |
| D | kvm_main.c | 4106 [KVM_STAT_VCPU] = &vcpu_stat_get_per_vm_fops, 4190 [KVM_STAT_VCPU] = &vcpu_stat_fops,
|
| /Linux-v5.4/arch/s390/kvm/ |
| D | kvm-s390.c | 59 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | x86.c | 96 #define VCPU_STAT(x, ...) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU, ## __VA_ARGS__
|