Home
last modified time | relevance | path

Searched refs:XIVE_SRC_STORE_EOI (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dspapr.c385 #define XIVE_SRC_STORE_EOI (1ull << (63 - 63)) macro
404 if (flags & XIVE_SRC_STORE_EOI) in xive_spapr_populate_irq_data()
/openbmc/qemu/hw/ppc/
H A Dpnv_psi.c712 psi9->source.esb_flags |= XIVE_SRC_STORE_EOI; in pnv_psi_p9_mmio_write()
714 psi9->source.esb_flags &= ~XIVE_SRC_STORE_EOI; in pnv_psi_p9_mmio_write()
/openbmc/qemu/include/hw/ppc/
H A Dxive.h178 #define XIVE_SRC_STORE_EOI 0x2 /* Store EOI supported */ macro
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c974 if (xsrc->esb_flags & XIVE_SRC_STORE_EOI) { in h_int_get_source_info()
H A Dpnv_xive.c994 xive->ipi_source.esb_flags |= XIVE_SRC_STORE_EOI; in pnv_xive_ic_reg_write()
H A Dxive.c1258 if (!(xsrc->esb_flags & XIVE_SRC_STORE_EOI)) { in xive_source_esb_write()
H A Dpnv_xive2.c2289 object_property_set_int(OBJECT(xsrc), "flags", XIVE_SRC_STORE_EOI, in pnv_xive2_realize()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c465 flags = XIVE_SRC_STORE_EOI; in pnv_phb4_update_xsrc()