Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxive.h122 bool is_xive_irq(struct irq_chip *chip);
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dcommon.c1022 bool is_xive_irq(struct irq_chip *chip) in is_xive_irq() function
1026 EXPORT_SYMBOL_GPL(is_xive_irq);
1619 if (!is_xive_irq(chip)) in xive_debug_show_irq()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c5182 if (!chip || !(is_pnv_opal_msi(chip) || is_xive_irq(chip))) { in kvmppc_set_passthru_irq()