Searched refs:TM_IPB (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | xive-regs.h | 65 #define TM_IPB 0x2 /* - + + + */ macro
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 81 regs[TM_IPB] &= ~xive_priority_to_ipb(cppr); in xive_tctx_accept() 82 regs[TM_PIPR] = ipb_to_pipr(regs[TM_IPB]); in xive_tctx_accept() 88 regs[TM_IPB], regs[TM_PIPR], in xive_tctx_accept() 111 regs[TM_IPB], regs[TM_PIPR], in xive_tctx_notify() 133 regs[TM_IPB], regs[TM_PIPR], in xive_tctx_set_cppr() 150 regs[TM_IPB] |= ipb; in xive_tctx_ipb_update() 151 regs[TM_PIPR] = ipb_to_pipr(regs[TM_IPB]); in xive_tctx_ipb_update() 651 ring[TM_NSR], ring[TM_CPPR], ring[TM_IPB], ring[TM_LSMFB], in xive_tctx_ring_print() 727 ipb_to_pipr(tctx->regs[TM_QW1_OS + TM_IPB]); in xive_tctx_reset() 729 ipb_to_pipr(tctx->regs[TM_QW3_HV_PHYS + TM_IPB]); in xive_tctx_reset()
|
H A D | xive2.c | 253 nvp.w2 = xive_set_field32(NVP2_W2_IPB, nvp.w2, regs[TM_IPB]); in xive2_tctx_save_os_ctx()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 76 #define TM_IPB 0x2 /* - + + + */ macro
|