Searched refs:XiveENDSource (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_xive.h | 31 XiveENDSource end_source;
|
H A D | pnv_xive.h | 72 XiveENDSource end_source;
|
H A D | xive.h | 481 OBJECT_DECLARE_SIMPLE_TYPE(XiveENDSource, XIVE_END_SOURCE) 483 struct XiveENDSource { struct
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 2059 XiveENDSource *xsrc = XIVE_END_SOURCE(opaque); in xive_end_source_read() 2149 XiveENDSource *xsrc = XIVE_END_SOURCE(dev); in xive_end_source_realize() 2174 DEFINE_PROP_UINT32("nr-ends", XiveENDSource, nr_ends, 0), 2175 DEFINE_PROP_UINT32("shift", XiveENDSource, esb_shift, XIVE_ESB_64K), 2176 DEFINE_PROP_LINK("xive", XiveENDSource, xrtr, TYPE_XIVE_ROUTER, 2198 .instance_size = sizeof(XiveENDSource),
|
H A D | pnv_xive.c | 769 XiveENDSource *end_xsrc = &xive->end_source; in pnv_xive_vst_set_exclusive() 1902 XiveENDSource *end_xsrc = &xive->end_source; in pnv_xive_reset() 1946 XiveENDSource *end_xsrc = &xive->end_source; in pnv_xive_realize()
|
H A D | spapr_xive.c | 297 XiveENDSource *end_xsrc = &xive->end_source; in spapr_xive_realize() 1236 XiveENDSource *end_xsrc = &xive->end_source; in h_int_get_queue_info()
|