Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_builtin.c42 unsigned long (*__xive_vm_h_xirr)(struct kvm_vcpu *vcpu); variable
48 EXPORT_SYMBOL_GPL(__xive_vm_h_xirr);
555 if (unlikely(!__xive_vm_h_xirr)) in kvmppc_rm_h_xirr()
557 return __xive_vm_h_xirr(vcpu); in kvmppc_rm_h_xirr()
570 if (unlikely(!__xive_vm_h_xirr)) in kvmppc_rm_h_xirr_x()
572 return __xive_vm_h_xirr(vcpu); in kvmppc_rm_h_xirr_x()
Dbook3s_xive.h244 extern unsigned long (*__xive_vm_h_xirr)(struct kvm_vcpu *vcpu);
Dbook3s_xive.c1957 __xive_vm_h_xirr = xive_vm_h_xirr; in kvmppc_xive_init_module()
1966 __xive_vm_h_xirr = NULL; in kvmppc_xive_exit_module()