Home
last modified time | relevance | path

Searched refs:__xive_vm_h_ipoll (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_builtin.c40 unsigned long (*__xive_vm_h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server); variable
46 EXPORT_SYMBOL_GPL(__xive_vm_h_ipoll);
601 if (unlikely(!__xive_vm_h_ipoll)) in kvmppc_rm_h_ipoll()
603 return __xive_vm_h_ipoll(vcpu, server); in kvmppc_rm_h_ipoll()
Dbook3s_xive.h282 extern unsigned long (*__xive_vm_h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server);
Dbook3s_xive.c2252 __xive_vm_h_ipoll = xive_vm_h_ipoll; in kvmppc_xive_init_module()
2261 __xive_vm_h_ipoll = NULL; in kvmppc_xive_exit_module()