Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dxive.h124 bool is_xive_irq(struct irq_chip *chip);
/linux-6.12.1/arch/powerpc/sysdev/xive/
Dcommon.c991 bool is_xive_irq(struct irq_chip *chip) in is_xive_irq() function
995 EXPORT_SYMBOL_GPL(is_xive_irq);
1363 if (!is_xive_irq(irq_data_get_irq_chip(irqd))) in xive_irq_domain_debug_show()