Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/xive/
Dcommon.c344 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_do_source_eoi()
770 !!(xd->flags & XIVE_IRQ_FLAG_LSI)) { in xive_irq_set_type()
774 (xd->flags & XIVE_IRQ_FLAG_LSI) ? "Level" : "Edge"); in xive_irq_set_type()
785 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_retrigger()
1348 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_flush_cpu_queue()
Dnative.c68 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_native_populate_irq_data()
Dspapr.c357 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_spapr_populate_irq_data()
/Linux-v4.19/arch/powerpc/include/asm/
Dxive.h55 #define XIVE_IRQ_FLAG_LSI 0x02 macro
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xive_template.c82 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in GLUE()
434 if (!(xd->flags & XIVE_IRQ_FLAG_LSI)) in GLUE()
Dbook3s_xive.c71 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_trigger()