Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dkvm_ppc.h668 extern int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq,
706 static inline int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_clr_mapped() function
/Linux-v5.15/Documentation/virt/kvm/devices/
Dxive.rst56 kvmppc_xive_clr_mapped() are called when the device HW irqs are
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_xive.c1042 int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_clr_mapped() function
1120 EXPORT_SYMBOL_GPL(kvmppc_xive_clr_mapped);
Dbook3s_hv.c5518 rc = kvmppc_xive_clr_mapped(kvm, guest_gsi, host_irq); in kvmppc_clr_passthru_irq()