Home
last modified time | relevance | path

Searched refs:esb_flags (Results 1 – 6 of 6) 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.h193 uint64_t esb_flags; member
/qemu/hw/intc/
H A Dxive.c955 return (xsrc->esb_flags & XIVE_SRC_PQ_DISABLE) && in xive_source_esb_disabled()
1135 if (!(xsrc->esb_flags & XIVE_SRC_STORE_EOI)) { in xive_source_esb_write()
1286 DEFINE_PROP_UINT64("flags", XiveSource, esb_flags, 0),
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()
/qemu/hw/pci-host/
H A Dpnv_phb4.c481 phb->xsrc.esb_flags = flags; in pnv_phb4_update_xsrc()