Home
last modified time | relevance | path

Searched refs:kvmppc_xive_set_mapped (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_ppc.h663 extern int kvmppc_xive_set_mapped(struct kvm *kvm, unsigned long guest_irq,
703 static inline int kvmppc_xive_set_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_set_mapped() function
/Linux-v5.10/Documentation/virt/kvm/devices/
Dxive.rst55 The passthru_irq helpers, kvmppc_xive_set_mapped() and
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_xive.c896 int kvmppc_xive_set_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_set_mapped() function
991 EXPORT_SYMBOL_GPL(kvmppc_xive_set_mapped);
Dbook3s_hv.c5163 rc = kvmppc_xive_set_mapped(kvm, guest_gsi, desc); in kvmppc_set_passthru_irq()