Lines Matching refs:TM_NSR
47 uint8_t nsr = regs[TM_NSR]; in xive_tctx_accept()
51 if (regs[TM_NSR] != 0) { in xive_tctx_accept()
70 if (regs[TM_NSR] & TM_NSR_GRP_LVL) { in xive_tctx_accept()
71 regs[TM_NSR] &= ~TM_NSR_GRP_LVL; in xive_tctx_accept()
77 regs[TM_NSR] = 0; in xive_tctx_accept()
81 regs[TM_CPPR], regs[TM_NSR]); in xive_tctx_accept()
97 regs[TM_NSR] = TM_QW1_NSR_EO | (group_level & 0x3F); in xive_tctx_notify()
100 alt_regs[TM_NSR] = (TM_QW3_NSR_HE_POOL << 6) | (group_level & 0x3F); in xive_tctx_notify()
103 regs[TM_NSR] = (TM_QW3_NSR_HE_PHYS << 6) | (group_level & 0x3F); in xive_tctx_notify()
110 alt_regs[TM_CPPR], alt_regs[TM_NSR]); in xive_tctx_notify()
133 cppr, regs[TM_NSR]); in xive_tctx_set_cppr()
761 ring[TM_NSR], ring[TM_CPPR], ring[TM_IPB], ring[TM_LSMFB], in xive_tctx_ring_print()