Lines Matching refs:TM_WORD2
611 memcpy(&tctx->regs[cur_ring + TM_WORD2], &ringw2_new, 4); in xive2_tm_pull_ctx()
655 data[0x7] = regs[TM_QW3_HV_PHYS + TM_WORD2] & 0x80; in xive2_tm_report_line_gen1()
656 data[0x7] |= (regs[TM_QW2_HV_POOL + TM_WORD2] & 0x80) >> 1; in xive2_tm_report_line_gen1()
657 data[0x7] |= (regs[TM_QW1_OS + TM_WORD2] & 0x80) >> 2; in xive2_tm_report_line_gen1()
658 data[0x7] |= (regs[TM_QW3_HV_PHYS + TM_WORD2] & 0x3); in xive2_tm_report_line_gen1()
663 if (regs[TM_QW0_USER + TM_WORD2] & 0x80) { in xive2_tm_report_line_gen1()
668 data[0xC] = regs[TM_QW0_USER + TM_WORD2]; in xive2_tm_report_line_gen1()
671 data[0xD] = regs[TM_QW0_USER + TM_WORD2 + 1]; in xive2_tm_report_line_gen1()
672 data[0xE] = regs[TM_QW0_USER + TM_WORD2 + 2]; in xive2_tm_report_line_gen1()
673 data[0xF] = regs[TM_QW0_USER + TM_WORD2 + 3]; in xive2_tm_report_line_gen1()
869 memcpy(&tctx->regs[TM_QW1_OS + TM_WORD2], &qw1w2, 4); in xive2_tm_push_os_ctx()
874 memcpy(&tctx->regs[TM_QW1_OS + TM_WORD2], &qw1dw1, 8); in xive2_tm_push_os_ctx()
958 if (pregs[TM_WORD2] & 0x80) { in xive2_tctx_set_cppr()