Home
last modified time | relevance | path

Searched refs:XIVE_IRQ_FLAG_LSI (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/powerpc/sysdev/xive/
Dcommon.c387 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_do_source_eoi()
812 !!(xd->flags & XIVE_IRQ_FLAG_LSI)) { in xive_irq_set_type()
816 (xd->flags & XIVE_IRQ_FLAG_LSI) ? "Level" : "Edge"); in xive_irq_set_type()
827 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_retrigger()
1420 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_flush_cpu_queue()
Dspapr.c390 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_spapr_populate_irq_data()
Dnative.c64 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_native_populate_irq_data()
/Linux-v5.4/arch/powerpc/include/asm/
Dxive.h60 #define XIVE_IRQ_FLAG_LSI 0x02 macro
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_xive_template.c79 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in GLUE()
425 if (!(xd->flags & XIVE_IRQ_FLAG_LSI)) in GLUE()
Dbook3s_xive.c137 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_trigger()