Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_builtin.c39 unsigned long (*__xive_vm_h_xirr)(struct kvm_vcpu *vcpu); variable
45 EXPORT_SYMBOL_GPL(__xive_vm_h_xirr);
572 if (unlikely(!__xive_vm_h_xirr)) in kvmppc_rm_h_xirr()
574 return __xive_vm_h_xirr(vcpu); in kvmppc_rm_h_xirr()
587 if (unlikely(!__xive_vm_h_xirr)) in kvmppc_rm_h_xirr_x()
589 return __xive_vm_h_xirr(vcpu); in kvmppc_rm_h_xirr_x()
Dbook3s_xive.h281 extern unsigned long (*__xive_vm_h_xirr)(struct kvm_vcpu *vcpu);
Dbook3s_xive.c2251 __xive_vm_h_xirr = xive_vm_h_xirr; in kvmppc_xive_init_module()
2260 __xive_vm_h_xirr = NULL; in kvmppc_xive_exit_module()