Searched refs:xive_ipb_to_pipr (Results 1 – 3 of 3) sorted by relevance
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()264 g_assert(pipr <= xive_ipb_to_pipr(regs[TM_IPB])); in xive_tctx_pipr_present()1014 xive_ipb_to_pipr(tctx->regs[TM_QW1_OS + TM_IPB]); in xive_tctx_reset()1016 xive_ipb_to_pipr(tctx->regs[TM_QW3_HV_PHYS + TM_IPB]); in xive_tctx_reset()
1189 pipr_min = xive_ipb_to_pipr(sig_regs[TM_IPB]); in xive2_tctx_process_pending()1201 uint8_t pool_pipr = xive_ipb_to_pipr(pool_regs[TM_IPB]); in xive2_tctx_process_pending()1379 if (xive_ipb_to_pipr(regs[TM_IPB]) >= regs[TM_PIPR]) { in xive2_tm_set_os_pending()
537 static inline uint8_t xive_ipb_to_pipr(uint8_t ibp) in xive_ipb_to_pipr() function