Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dxive.h121 extern bool is_xive_irq(struct irq_chip *chip);
/Linux-v5.4/arch/powerpc/sysdev/xive/
Dcommon.c1001 bool is_xive_irq(struct irq_chip *chip) in is_xive_irq() function
1005 EXPORT_SYMBOL_GPL(is_xive_irq);
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c5041 if (!chip || !(is_pnv_opal_msi(chip) || is_xive_irq(chip))) { in kvmppc_set_passthru_irq()