Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_ppc.h665 extern int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq,
705 static inline int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_clr_mapped() function
/Linux-v5.10/Documentation/virt/kvm/devices/
Dxive.rst56 kvmppc_xive_clr_mapped() are called when the device HW irqs are
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_xive.c993 int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_clr_mapped() function
1072 EXPORT_SYMBOL_GPL(kvmppc_xive_clr_mapped);
Dbook3s_hv.c5204 rc = kvmppc_xive_clr_mapped(kvm, guest_gsi, pimap->mapped[i].desc); in kvmppc_clr_passthru_irq()