Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/xive/
H A Dnative.c276 xc->hw_ipi = irq; in xive_native_get_ipi()
316 if (xc->hw_ipi == XIVE_BAD_IRQ) in xive_native_put_ipi()
319 rc = opal_xive_free_irq(xc->hw_ipi); in xive_native_put_ipi()
324 xc->hw_ipi = XIVE_BAD_IRQ; in xive_native_put_ipi()
H A Dxive-internal.h19 u32 hw_ipi; member