Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxics.h134 #define XICS_FLAGS_IRQ_MSI 0x2 macro
/openbmc/qemu/hw/intc/
H A Dxics.c536 if (irq->flags & XICS_FLAGS_IRQ_MSI) { in ics_reject()
748 lsi ? XICS_FLAGS_IRQ_LSI : XICS_FLAGS_IRQ_MSI; in ics_set_irq_type()
H A Dxics_kvm.c334 if (ics->irqs[srcno].flags & XICS_FLAGS_IRQ_MSI) { in ics_kvm_set_irq()