Lines Matching refs:TM_QW3_HV_PHYS
648 data[0x0] = regs[TM_QW3_HV_PHYS + TM_NSR]; in xive2_tm_report_line_gen1()
649 data[0x1] = regs[TM_QW3_HV_PHYS + TM_CPPR]; in xive2_tm_report_line_gen1()
650 data[0x2] = regs[TM_QW3_HV_PHYS + TM_IPB]; in xive2_tm_report_line_gen1()
653 data[0x5] = regs[TM_QW3_HV_PHYS + TM_LGS]; in xive2_tm_report_line_gen1()
655 data[0x7] = regs[TM_QW3_HV_PHYS + TM_WORD2] & 0x80; in xive2_tm_report_line_gen1()
658 data[0x7] |= (regs[TM_QW3_HV_PHYS + TM_WORD2] & 0x3); in xive2_tm_report_line_gen1()
741 xive2_tm_pull_ctx_ol(xptr, tctx, offset, value, size, TM_QW3_HV_PHYS); in xive2_tm_pull_phys_ctx_ol()
908 case TM_QW3_HV_PHYS: in xive2_tctx_get_nvp_indexes()
954 if (ring == TM_QW3_HV_PHYS) { in xive2_tctx_set_cppr()
1046 xive2_tctx_set_cppr(tctx, TM_QW3_HV_PHYS, value & 0xff); in xive2_tm_set_hv_cppr()
1065 xive2_tctx_set_target(tctx, TM_QW3_HV_PHYS, value & 0xff); in xive2_tm_set_hv_target()
1199 uint32_t qw3w2 = xive_tctx_word2(&tctx->regs[TM_QW3_HV_PHYS]); in xive2_presenter_tctx_match()
1221 !(cam_ignore && tctx->regs[TM_QW3_HV_PHYS + TM_LGS] == 0) && in xive2_presenter_tctx_match()
1225 return TM_QW3_HV_PHYS; in xive2_presenter_tctx_match()
1263 uint8_t alt_ring = (ring == TM_QW2_HV_POOL) ? TM_QW3_HV_PHYS : ring; in xive2_tm_irq_precluded()