Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/sysdev/xive/
Dcommon.c247 xd->flags & XIVE_IRQ_FLAG_LSI ? 'L' : ' ', in xive_irq_data_dump()
418 if (xd->flags & XIVE_IRQ_FLAG_LSI) { in xive_do_source_eoi()
806 !!(xd->flags & XIVE_IRQ_FLAG_LSI)) { in xive_irq_set_type()
810 (xd->flags & XIVE_IRQ_FLAG_LSI) ? "Level" : "Edge"); in xive_irq_set_type()
821 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_retrigger()
1347 { XIVE_IRQ_FLAG_LSI, "LSI" },
1595 if (xd->flags & XIVE_IRQ_FLAG_LSI) in xive_flush_cpu_queue()
Dnative.c69 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_native_populate_irq_data()
Dspapr.c407 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_spapr_populate_irq_data()
/linux-6.1.9/arch/powerpc/include/asm/
Dxive.h62 #define XIVE_IRQ_FLAG_LSI 0x02 macro
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_xive.c100 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in xive_vm_source_eoi()
442 if (!(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_vm_scan_for_rerouted_irqs()
828 if (WARN_ON(xd->flags & XIVE_IRQ_FLAG_LSI)) in xive_irq_trigger()