Searched refs:TM_PIPR (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | xive-regs.h | 70 #define TM_PIPR 0x7 /* - + - + */ macro
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 76 uint8_t cppr = regs[TM_PIPR]; in xive_tctx_accept() 97 alt_regs[TM_IPB], regs[TM_PIPR], in xive_tctx_accept() 111 if (alt_regs[TM_PIPR] < alt_regs[TM_CPPR]) { in xive_tctx_notify() 126 regs[TM_IPB], alt_regs[TM_PIPR], in xive_tctx_notify() 149 regs[TM_IPB], regs[TM_PIPR], in xive_tctx_set_cppr() 185 regs[TM_PIPR] = pipr_min; in xive_tctx_set_cppr() 196 regs[TM_PIPR] = ipb_to_pipr(regs[TM_IPB]); in xive_tctx_ipb_update() 765 ring[TM_ACK_CNT], ring[TM_INC], ring[TM_AGE], ring[TM_PIPR], in xive_tctx_ring_print() 843 tctx->regs[TM_QW1_OS + TM_PIPR] = in xive_tctx_reset() 845 tctx->regs[TM_QW3_HV_PHYS + TM_PIPR] = in xive_tctx_reset()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 83 #define TM_PIPR 0x7 /* - + - + */ macro
|