Lines Matching refs:qw1w2
433 uint32_t qw1w2 = xive_tctx_word2(&tctx->regs[TM_QW1_OS]); in xive_tctx_get_os_cam() local
434 uint32_t cam = be32_to_cpu(qw1w2); in xive_tctx_get_os_cam()
437 return qw1w2; in xive_tctx_get_os_cam()
440 static void xive_tctx_set_os_cam(XiveTCTX *tctx, uint32_t qw1w2) in xive_tctx_set_os_cam() argument
442 memcpy(&tctx->regs[TM_QW1_OS + TM_WORD2], &qw1w2, 4); in xive_tctx_set_os_cam()
448 uint32_t qw1w2; in xive_tm_pull_os_ctx() local
454 qw1w2 = xive_tctx_get_os_cam(tctx, &nvt_blk, &nvt_idx, &vo); in xive_tm_pull_os_ctx()
462 qw1w2_new = xive_set_field32(TM_QW1W2_VO, qw1w2, 0); in xive_tm_pull_os_ctx()
466 return qw1w2; in xive_tm_pull_os_ctx()
514 uint32_t qw1w2 = cpu_to_be32(cam); in xive_tm_push_os_ctx() local
522 xive_tctx_set_os_cam(tctx, qw1w2); in xive_tm_push_os_ctx()
1738 uint32_t qw1w2 = xive_tctx_word2(&tctx->regs[TM_QW1_OS]); in xive_presenter_tctx_match() local
1772 if ((be32_to_cpu(qw1w2) & TM_QW1W2_VO) && in xive_presenter_tctx_match()
1773 cam == xive_get_field32(TM_QW1W2_OS_CAM, qw1w2)) { in xive_presenter_tctx_match()
1780 if ((be32_to_cpu(qw1w2) & TM_QW1W2_VO) && in xive_presenter_tctx_match()
1781 (cam == xive_get_field32(TM_QW1W2_OS_CAM, qw1w2)) && in xive_presenter_tctx_match()