Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c275 uint8_t qw3b8; in test_pull_thread_ctx_to_odd_thread_cl() local
292 qw3b8 = get_tima8(qts, target_pir, TM_QW3_HV_PHYS + TM_WORD2); in test_pull_thread_ctx_to_odd_thread_cl()
307 g_assert_cmphex(qw3b8, ==, in test_pull_thread_ctx_to_odd_thread_cl()
/openbmc/qemu/hw/intc/
H A Dxive.c231 uint8_t qw3b8; in xive_tm_pull_phys_ctx() local
233 qw3b8 = qw3b8_prev & ~TM_QW3B8_VT; in xive_tm_pull_phys_ctx()
234 tctx->regs[TM_QW3_HV_PHYS + TM_WORD2] = qw3b8; in xive_tm_pull_phys_ctx()
235 return qw3b8; in xive_tm_pull_phys_ctx()