Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive.h212 #define XIVE_ESB_64K 16 macro
/openbmc/qemu/hw/intc/
H A Dxive2.c1006 xsrc->esb_shift != XIVE_ESB_64K) { in xive2_end_source_realize()
1022 DEFINE_PROP_UINT32("shift", Xive2EndSource, esb_shift, XIVE_ESB_64K),
H A Dxive.c1256 xsrc->esb_shift != XIVE_ESB_64K && in xive_source_realize()
2042 xsrc->esb_shift != XIVE_ESB_64K) { in xive_end_source_realize()
2058 DEFINE_PROP_UINT32("shift", XiveENDSource, esb_shift, XIVE_ESB_64K),
/openbmc/qemu/hw/ppc/
H A Dpnv_psi.c730 psi9->source.esb_shift = XIVE_ESB_64K; in pnv_psi_p9_mmio_write()
H A Dpnv.c2079 object_property_set_int(OBJECT(&chip10->psi), "shift", XIVE_ESB_64K, in pnv_chip_power10_realize()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c460 shift = XIVE_ESB_64K; in pnv_phb4_update_xsrc()