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.h100 OBJECT_DECLARE_SIMPLE_TYPE(Xive2EndSource, XIVE2_END_SOURCE)
102 typedef struct Xive2EndSource { struct
112 } Xive2EndSource; typedef
H A Dpnv_xive.h147 Xive2EndSource end_source;
/openbmc/qemu/hw/intc/
H A Dxive2.c1070 Xive2EndSource *xsrc = XIVE2_END_SOURCE(opaque); in xive2_end_source_read()
1136 Xive2EndSource *xsrc = XIVE2_END_SOURCE(opaque); in xive2_end_source_write()
1221 Xive2EndSource *xsrc = XIVE2_END_SOURCE(dev); in xive2_end_source_realize()
1246 DEFINE_PROP_UINT32("nr-ends", Xive2EndSource, nr_ends, 0),
1247 DEFINE_PROP_UINT32("shift", Xive2EndSource, esb_shift, XIVE_ESB_64K),
1248 DEFINE_PROP_LINK("xive", Xive2EndSource, xrtr, TYPE_XIVE2_ROUTER,
1266 .instance_size = sizeof(Xive2EndSource),
H A Dpnv_xive2.c768 Xive2EndSource *end_xsrc = &xive->end_source; in pnv_xive2_vst_set_exclusive()
2230 Xive2EndSource *end_xsrc = &xive->end_source; in pnv_xive2_reset()
2271 Xive2EndSource *end_xsrc = &xive->end_source; in pnv_xive2_realize()