Searched refs:KVM_STAT_VCPU (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/powerpc/kvm/ |
D | book3s.c | 39 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
D | booke.c | 41 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
/linux-3.4.99/include/linux/ |
D | kvm_host.h | 727 KVM_STAT_VCPU, enumerator
|
/linux-3.4.99/arch/s390/kvm/ |
D | kvm-s390.c | 34 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|
/linux-3.4.99/virt/kvm/ |
D | kvm_main.c | 2618 [KVM_STAT_VCPU] = &vcpu_stat_fops,
|
/linux-3.4.99/arch/x86/kvm/ |
D | x86.c | 84 #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
|