Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive2.c249 uint32_t qw1w2 = xive_tctx_word2(&tctx->regs[TM_QW1_OS]); in xive2_tm_pull_os_ctx() local
251 uint32_t cam = be32_to_cpu(qw1w2); in xive2_tm_pull_os_ctx()
265 qw1w2_new = xive_set_field32(TM2_QW1W2_VO, qw1w2, 0); in xive2_tm_pull_os_ctx()
273 return qw1w2; in xive2_tm_pull_os_ctx()
366 uint32_t qw1w2 = cpu_to_be32(cam); in xive2_tm_push_os_ctx() local
375 memcpy(&tctx->regs[TM_QW1_OS + TM_WORD2], &qw1w2, 4); in xive2_tm_push_os_ctx()
484 uint32_t qw1w2 = xive_tctx_word2(&tctx->regs[TM_QW1_OS]); in xive2_presenter_tctx_match() local
518 if ((be32_to_cpu(qw1w2) & TM2_QW1W2_VO) && in xive2_presenter_tctx_match()
519 cam == xive_get_field32(TM2_QW1W2_OS_CAM, qw1w2)) { in xive2_presenter_tctx_match()
526 if ((be32_to_cpu(qw1w2) & TM2_QW1W2_VO) && in xive2_presenter_tctx_match()
[all …]
H A Dxive.c372 uint32_t qw1w2 = xive_tctx_word2(&tctx->regs[TM_QW1_OS]); in xive_tctx_get_os_cam() local
373 uint32_t cam = be32_to_cpu(qw1w2); in xive_tctx_get_os_cam()
376 return qw1w2; in xive_tctx_get_os_cam()
381 memcpy(&tctx->regs[TM_QW1_OS + TM_WORD2], &qw1w2, 4); in xive_tctx_set_os_cam()
387 uint32_t qw1w2; in xive_tm_pull_os_ctx() local
401 qw1w2_new = xive_set_field32(TM_QW1W2_VO, qw1w2, 0); in xive_tm_pull_os_ctx()
405 return qw1w2; in xive_tm_pull_os_ctx()
449 uint32_t qw1w2 = cpu_to_be32(cam); in xive_tm_push_os_ctx() local
457 xive_tctx_set_os_cam(tctx, qw1w2); in xive_tm_push_os_ctx()
1587 if ((be32_to_cpu(qw1w2) & TM_QW1W2_VO) && in xive_presenter_tctx_match()
[all …]
H A Dspapr_xive.c657 uint32_t qw1w2 = cpu_to_be32(TM_QW1W2_VO | os_cam); in xive_tctx_set_os_cam() local
658 memcpy(&tctx->regs[TM_QW1_OS + TM_WORD2], &qw1w2, 4); in xive_tctx_set_os_cam()