Home
last modified time | relevance | path

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

/Linux-v5.4/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);
580 if (unlikely(!__xive_vm_h_xirr)) in kvmppc_rm_h_xirr()
582 return __xive_vm_h_xirr(vcpu); in kvmppc_rm_h_xirr()
595 if (unlikely(!__xive_vm_h_xirr)) in kvmppc_rm_h_xirr_x()
597 return __xive_vm_h_xirr(vcpu); in kvmppc_rm_h_xirr_x()
Dbook3s_xive.h278 extern unsigned long (*__xive_vm_h_xirr)(struct kvm_vcpu *vcpu);
Dbook3s_xive.c2180 __xive_vm_h_xirr = xive_vm_h_xirr; in kvmppc_xive_init_module()
2189 __xive_vm_h_xirr = NULL; in kvmppc_xive_exit_module()