Home
last modified time | relevance | path

Searched refs:XIVE_PRIORITY_MAX (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/ppc/
H A Dxive.h500 #define XIVE_PRIORITY_MAX 7 macro
509 return priority > XIVE_PRIORITY_MAX ? in xive_priority_to_ipb()
510 0 : 1 << (XIVE_PRIORITY_MAX - priority); in xive_priority_to_ipb()
/qemu/hw/intc/
H A Dxive.c137 if (cppr > XIVE_PRIORITY_MAX) { in xive_tctx_set_cppr()