Home
last modified time | relevance | path

Searched refs:XIVE_ESB_64K_2PAGE (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/ppc/
H A Dxive.h213 #define XIVE_ESB_64K_2PAGE 17 macro
217 return xsrc->esb_shift == XIVE_ESB_64K_2PAGE || in xive_source_esb_has_2page()
/qemu/hw/intc/
H A Dpnv_xive.c1938 #define PNV_XIVE_NR_IRQS (PNV9_XIVE_VC_SIZE / (1ull << XIVE_ESB_64K_2PAGE))
1939 #define PNV_XIVE_NR_ENDS (PNV9_XIVE_VC_SIZE / (1ull << XIVE_ESB_64K_2PAGE))
H A Dpnv_xive2.c1836 #define PNV_XIVE2_NR_IRQS (PNV10_XIVE2_ESB_SIZE / (1ull << XIVE_ESB_64K_2PAGE))
1837 #define PNV_XIVE2_NR_ENDS (PNV10_XIVE2_END_SIZE / (1ull << XIVE_ESB_64K_2PAGE))
H A Dxive.c1253 xsrc->esb_shift != XIVE_ESB_64K_2PAGE) { in xive_source_realize()
1288 DEFINE_PROP_UINT32("shift", XiveSource, esb_shift, XIVE_ESB_64K_2PAGE),