Searched refs:kvm_xive_ops (Results 1 – 3 of 3) sorted by relevance
211 extern struct kvm_device_ops kvm_xive_ops;
1087 kvm_register_device_ops(&kvm_xive_ops, KVM_DEV_TYPE_XICS); in kvmppc_book3s_init()
1913 if (dev->ops != &kvm_xive_ops) { in kvmppc_xive_connect_vcpu()2974 struct kvm_device_ops kvm_xive_ops = { variable