Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_builtin.c43 unsigned long (*__xive_vm_h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server); variable
49 EXPORT_SYMBOL_GPL(__xive_vm_h_ipoll);
584 if (unlikely(!__xive_vm_h_ipoll)) in kvmppc_rm_h_ipoll()
586 return __xive_vm_h_ipoll(vcpu, server); in kvmppc_rm_h_ipoll()
Dbook3s_xive.h245 extern unsigned long (*__xive_vm_h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server);
Dbook3s_xive.c1958 __xive_vm_h_ipoll = xive_vm_h_ipoll; in kvmppc_xive_init_module()
1967 __xive_vm_h_ipoll = NULL; in kvmppc_xive_exit_module()