Searched refs:KVM_STAT_VCPU (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/mips/kvm/ |
D | mips.c | 39 { "wait", VCPU_STAT(wait_exits), KVM_STAT_VCPU }, 40 { "cache", VCPU_STAT(cache_exits), KVM_STAT_VCPU }, 41 { "signal", VCPU_STAT(signal_exits), KVM_STAT_VCPU }, 42 { "interrupt", VCPU_STAT(int_exits), KVM_STAT_VCPU }, 43 { "cop_unsuable", VCPU_STAT(cop_unusable_exits), KVM_STAT_VCPU }, 44 { "tlbmod", VCPU_STAT(tlbmod_exits), KVM_STAT_VCPU }, 45 { "tlbmiss_ld", VCPU_STAT(tlbmiss_ld_exits), KVM_STAT_VCPU }, 46 { "tlbmiss_st", VCPU_STAT(tlbmiss_st_exits), KVM_STAT_VCPU }, 47 { "addrerr_st", VCPU_STAT(addrerr_st_exits), KVM_STAT_VCPU }, 48 { "addrerr_ld", VCPU_STAT(addrerr_ld_exits), KVM_STAT_VCPU }, [all …]
|
/linux-4.1.27/arch/arm/kvm/ |
D | guest.c | 33 #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
|
/linux-4.1.27/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-4.1.27/include/linux/ |
D | kvm_host.h | 895 KVM_STAT_VCPU, enumerator
|
/linux-4.1.27/arch/s390/kvm/ |
D | kvm-s390.c | 48 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 3209 [KVM_STAT_VCPU] = &vcpu_stat_fops,
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 87 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|