Home
last modified time | relevance | path

Searched refs:qw2w2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c274 uint32_t qw1w0, qw3w0, qw1w2, qw2w2; in test_pull_thread_ctx_to_odd_thread_cl() local
291 qw2w2 = get_tima32(qts, target_pir, TM_QW2_HV_POOL + TM_WORD2); in test_pull_thread_ctx_to_odd_thread_cl()
306 g_assert_cmphex(qw2w2, ==, be32_to_cpu(cl_word)); in test_pull_thread_ctx_to_odd_thread_cl()
/openbmc/qemu/hw/intc/
H A Dxive.c220 uint32_t qw2w2; in xive_tm_pull_pool_ctx() local
222 qw2w2 = xive_set_field32(TM_QW2W2_VP, qw2w2_prev, 0); in xive_tm_pull_pool_ctx()
223 memcpy(&tctx->regs[TM_QW2_HV_POOL + TM_WORD2], &qw2w2, 4); in xive_tm_pull_pool_ctx()
224 return qw2w2; in xive_tm_pull_pool_ctx()
1673 uint32_t qw2w2 = xive_tctx_word2(&tctx->regs[TM_QW2_HV_POOL]); in xive_presenter_tctx_match() local
1702 if ((be32_to_cpu(qw2w2) & TM_QW2W2_VP) && in xive_presenter_tctx_match()
1703 cam == xive_get_field32(TM_QW2W2_POOL_CAM, qw2w2)) { in xive_presenter_tctx_match()
H A Dxive2.c736 uint32_t qw2w2 = xive_tctx_word2(&tctx->regs[TM_QW2_HV_POOL]); in xive2_presenter_tctx_match() local
765 if ((be32_to_cpu(qw2w2) & TM2_QW2W2_VP) && in xive2_presenter_tctx_match()
766 cam == xive_get_field32(TM2_QW2W2_POOL_CAM, qw2w2)) { in xive2_presenter_tctx_match()