Home
last modified time | relevance | path

Searched refs:Xive2EndSource (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dxive2.h111 OBJECT_DECLARE_SIMPLE_TYPE(Xive2EndSource, XIVE2_END_SOURCE)
113 typedef struct Xive2EndSource { struct
123 } Xive2EndSource; argument
H A Dpnv_xive.h147 Xive2EndSource end_source;
/openbmc/qemu/hw/intc/
H A Dxive2.c2026 Xive2EndSource *xsrc = XIVE2_END_SOURCE(opaque); in xive2_end_source_read()
2092 Xive2EndSource *xsrc = XIVE2_END_SOURCE(opaque); in xive2_end_source_write()
2177 Xive2EndSource *xsrc = XIVE2_END_SOURCE(dev); in xive2_end_source_realize()
2202 DEFINE_PROP_UINT32("nr-ends", Xive2EndSource, nr_ends, 0),
2203 DEFINE_PROP_UINT32("shift", Xive2EndSource, esb_shift, XIVE_ESB_64K),
2204 DEFINE_PROP_LINK("xive", Xive2EndSource, xrtr, TYPE_XIVE2_ROUTER,
2221 .instance_size = sizeof(Xive2EndSource),
H A Dpnv_xive2.c853 Xive2EndSource *end_xsrc = &xive->end_source; in pnv_xive2_vst_set_exclusive()
2403 Xive2EndSource *end_xsrc = &xive->end_source; in pnv_xive2_reset()
2444 Xive2EndSource *end_xsrc = &xive->end_source; in pnv_xive2_realize()
2457 * The XiveSource and Xive2EndSource objects are realized with the in pnv_xive2_realize()