Home
last modified time | relevance | path

Searched refs:KVM_STAT_VM (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/arm/kvm/
Dguest.c20 #define VM_STAT(x) { #x, offsetof(struct kvm, stat.x), KVM_STAT_VM }
/Linux-v5.4/arch/arm64/kvm/
Dguest.c33 #define VM_STAT(x) { #x, offsetof(struct kvm, stat.x), KVM_STAT_VM }
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s.c39 #define VM_STAT(x, ...) offsetof(struct kvm, stat.x), KVM_STAT_VM, ## __VA_ARGS__
Dbooke.c38 #define VM_STAT(x) offsetof(struct kvm, stat.x), KVM_STAT_VM
/Linux-v5.4/include/linux/
Dkvm_host.h1088 KVM_STAT_VM, enumerator
/Linux-v5.4/virt/kvm/
Dkvm_main.c4107 [KVM_STAT_VM] = &vm_stat_get_per_vm_fops,
4191 [KVM_STAT_VM] = &vm_stat_fops,
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.c60 #define VM_STAT(x) offsetof(struct kvm, stat.x), KVM_STAT_VM
/Linux-v5.4/arch/x86/kvm/
Dx86.c95 #define VM_STAT(x, ...) offsetof(struct kvm, stat.x), KVM_STAT_VM, ## __VA_ARGS__