Home
last modified time | relevance | path

Searched refs:XIVE_ESB_64K (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/ppc/
H A Dxive.h212 #define XIVE_ESB_64K 16 macro
/qemu/hw/intc/
H A Dxive2.c978 xsrc->esb_shift != XIVE_ESB_64K) { in xive2_end_source_realize()
994 DEFINE_PROP_UINT32("shift", Xive2EndSource, esb_shift, XIVE_ESB_64K),
H A Dxive.c1252 xsrc->esb_shift != XIVE_ESB_64K && in xive_source_realize()
2038 xsrc->esb_shift != XIVE_ESB_64K) { in xive_end_source_realize()
2054 DEFINE_PROP_UINT32("shift", XiveENDSource, esb_shift, XIVE_ESB_64K),
/qemu/hw/ppc/
H A Dpnv_psi.c731 psi9->source.esb_shift = XIVE_ESB_64K; in pnv_psi_p9_mmio_write()
H A Dpnv.c1932 object_property_set_int(OBJECT(&chip10->psi), "shift", XIVE_ESB_64K, in pnv_chip_power10_realize()
/qemu/hw/pci-host/
H A Dpnv_phb4.c461 shift = XIVE_ESB_64K; in pnv_phb4_update_xsrc()