Searched refs:TM_IPB (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 91 alt_regs[TM_IPB] &= ~xive_priority_to_ipb(cppr); in xive_tctx_accept() 97 alt_regs[TM_IPB], regs[TM_PIPR], in xive_tctx_accept() 126 regs[TM_IPB], alt_regs[TM_PIPR], in xive_tctx_notify() 149 regs[TM_IPB], regs[TM_PIPR], in xive_tctx_set_cppr() 162 pipr_min = ipb_to_pipr(regs[TM_IPB]); in xive_tctx_set_cppr() 172 uint8_t pool_pipr = ipb_to_pipr(pool_regs[TM_IPB]); in xive_tctx_set_cppr() 195 regs[TM_IPB] |= ipb; in xive_tctx_ipb_update() 196 regs[TM_PIPR] = ipb_to_pipr(regs[TM_IPB]); in xive_tctx_ipb_update() 764 ring[TM_NSR], ring[TM_CPPR], ring[TM_IPB], ring[TM_LSMFB], in xive_tctx_ring_print() 844 ipb_to_pipr(tctx->regs[TM_QW1_OS + TM_IPB]); in xive_tctx_reset() [all …]
|
H A D | xive2.c | 314 nvp.w2 = xive_set_field32(NVP2_W2_IPB, nvp.w2, regs[TM_IPB]); in xive2_tctx_save_ctx() 417 data[0x2] = regs[TM_QW3_HV_PHYS + TM_IPB]; in xive2_tm_report_line_gen1() 418 data[0x3] = regs[TM_QW2_HV_POOL + TM_IPB]; in xive2_tm_report_line_gen1() 428 data[0xA] = regs[TM_QW1_OS + TM_IPB]; in xive2_tm_report_line_gen1()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | xive-regs.h | 65 #define TM_IPB 0x2 /* - + + + */ macro
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 76 #define TM_IPB 0x2 /* - + + + */ macro
|