Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive.c176 uint32_t qw2w2; in xive_tm_pull_pool_ctx() local
178 qw2w2 = xive_set_field32(TM_QW2W2_VP, qw2w2_prev, 0); in xive_tm_pull_pool_ctx()
179 memcpy(&tctx->regs[TM_QW2_HV_POOL + TM_WORD2], &qw2w2, 4); in xive_tm_pull_pool_ctx()
180 return qw2w2; in xive_tm_pull_pool_ctx()
1552 uint32_t qw2w2 = xive_tctx_word2(&tctx->regs[TM_QW2_HV_POOL]); in xive_presenter_tctx_match() local
1581 if ((be32_to_cpu(qw2w2) & TM_QW2W2_VP) && in xive_presenter_tctx_match()
1582 cam == xive_get_field32(TM_QW2W2_POOL_CAM, qw2w2)) { in xive_presenter_tctx_match()
H A Dxive2.c483 uint32_t qw2w2 = xive_tctx_word2(&tctx->regs[TM_QW2_HV_POOL]); in xive2_presenter_tctx_match() local
512 if ((be32_to_cpu(qw2w2) & TM2_QW2W2_VP) && in xive2_presenter_tctx_match()
513 cam == xive_get_field32(TM2_QW2W2_POOL_CAM, qw2w2)) { in xive2_presenter_tctx_match()