Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dpnv_psi.c713 psi9->source.esb_flags |= XIVE_SRC_STORE_EOI; in pnv_psi_p9_mmio_write()
715 psi9->source.esb_flags &= ~XIVE_SRC_STORE_EOI; in pnv_psi_p9_mmio_write()
/qemu/include/hw/ppc/
H A Dxive.h178 #define XIVE_SRC_STORE_EOI 0x2 /* Store EOI supported */ macro
/qemu/hw/intc/
H A Dspapr_xive.c975 if (xsrc->esb_flags & XIVE_SRC_STORE_EOI) { in h_int_get_source_info()
H A Dpnv_xive.c995 xive->ipi_source.esb_flags |= XIVE_SRC_STORE_EOI; in pnv_xive_ic_reg_write()
H A Dpnv_xive2.c1862 object_property_set_int(OBJECT(xsrc), "flags", XIVE_SRC_STORE_EOI, in pnv_xive2_realize()
H A Dxive.c1135 if (!(xsrc->esb_flags & XIVE_SRC_STORE_EOI)) { in xive_source_esb_write()
/qemu/hw/pci-host/
H A Dpnv_phb4.c466 flags = XIVE_SRC_STORE_EOI; in pnv_phb4_update_xsrc()