Home
last modified time | relevance | path

Searched refs:TM_QW1W2_VO (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/ppc/
H A Dxive_regs.h95 #define TM_QW1W2_VO PPC_BIT32(0) macro
/qemu/hw/intc/
H A Dxive.c426 *vo = !!(cam & TM_QW1W2_VO); in xive_os_cam_decode()
462 qw1w2_new = xive_set_field32(TM_QW1W2_VO, qw1w2, 0); in xive_tm_pull_os_ctx()
1772 if ((be32_to_cpu(qw1w2) & TM_QW1W2_VO) && in xive_presenter_tctx_match()
1780 if ((be32_to_cpu(qw1w2) & TM_QW1W2_VO) && in xive_presenter_tctx_match()
H A Dspapr_xive.c656 uint32_t qw1w2 = cpu_to_be32(TM_QW1W2_VO | os_cam); in xive_tctx_set_os_cam()
/qemu/tests/qtest/
H A Dpnv-xive2-test.c389 g_assert_cmphex(xive_get_field32(TM_QW1W2_VO, word2), ==, 0); in test_pull_thread_ctx_to_odd_thread_cl()