Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive.c126 regs[TM_IPB] &= ~xive_priority_to_ipb(cppr); in xive_tctx_accept()
134 regs[TM_IPB], sig_regs[TM_PIPR], in xive_tctx_accept()
167 regs[TM_IPB], pipr, in xive_tctx_pipr_set()
200 sig_regs[TM_IPB], sig_regs[TM_PIPR], in xive_tctx_set_cppr()
213 pipr_min = xive_ipb_to_pipr(sig_regs[TM_IPB]); in xive_tctx_set_cppr()
222 uint8_t pool_pipr = xive_ipb_to_pipr(pool_regs[TM_IPB]); in xive_tctx_set_cppr()
247 xive_tctx_pipr_set(tctx, ring, xive_ipb_to_pipr(regs[TM_IPB]), 0); in xive_tctx_pipr_recompute_from_ipb()
258 regs[TM_IPB] |= xive_priority_to_ipb(priority); in xive_tctx_pipr_present()
264 g_assert(pipr <= xive_ipb_to_pipr(regs[TM_IPB])); in xive_tctx_pipr_present()
552 regs[TM_IPB] |= xive_priority_to_ipb(value & 0xff); in xive_tm_set_os_pending()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h75 #define TM_IPB 0x2 /* - + + + */ macro