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 | 495 OBJECT_DECLARE_SIMPLE_TYPE(XiveENDSource, XIVE_END_SOURCE) 497 struct XiveENDSource { struct
|
| /openbmc/qemu/hw/intc/ |
| H A D | xive.c | 2297 XiveENDSource *xsrc = XIVE_END_SOURCE(opaque); in xive_end_source_read() 2387 XiveENDSource *xsrc = XIVE_END_SOURCE(dev); in xive_end_source_realize() 2412 DEFINE_PROP_UINT32("nr-ends", XiveENDSource, nr_ends, 0), 2413 DEFINE_PROP_UINT32("shift", XiveENDSource, esb_shift, XIVE_ESB_64K), 2414 DEFINE_PROP_LINK("xive", XiveENDSource, xrtr, TYPE_XIVE_ROUTER, 2435 .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 | 296 XiveENDSource *end_xsrc = &xive->end_source; in spapr_xive_realize() 1235 XiveENDSource *end_xsrc = &xive->end_source; in h_int_get_queue_info()
|