Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
Dcommon.c296 xd->flags & XIVE_IRQ_FLAG_LSI ? 'L' : ' ', in xmon_xive_get_irq_config()
398 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_do_source_eoi()
823 !!(xd->flags & XIVE_IRQ_FLAG_LSI)) { in xive_irq_set_type()
827 (xd->flags & XIVE_IRQ_FLAG_LSI) ? "Level" : "Edge"); in xive_irq_set_type()
838 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_retrigger()
1455 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_flush_cpu_queue()
1635 xd->flags & XIVE_IRQ_FLAG_LSI ? 'L' : ' ', in xive_debug_show_irq()
Dspapr.c393 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_spapr_populate_irq_data()
Dnative.c66 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_native_populate_irq_data()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dxive.h62 #define XIVE_IRQ_FLAG_LSI 0x02 macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xive_template.c82 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in GLUE()
428 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()