Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A 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()
H A Dnative.c66 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_native_populate_irq_data()
H A Dspapr.c393 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_spapr_populate_irq_data()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxive.h62 #define XIVE_IRQ_FLAG_LSI 0x02 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_xive_template.c82 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in GLUE()
428 if (!(xd->flags & XIVE_IRQ_FLAG_LSI)) in GLUE()
H A Dbook3s_xive.c137 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_trigger()