Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dxive.h62 #define XIVE_IRQ_FLAG_LSI 0x02 macro
/linux/arch/powerpc/kvm/
H A 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()
/linux/arch/powerpc/sysdev/xive/
H A Dnative.c69 data->flags |= XIVE_IRQ_FLAG_LSI; in xive_native_populate_irq_data()