Home
last modified time | relevance | path

Searched refs:TM_QW2W2_VP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dxive-regs.h85 #define TM_QW2W2_VP PPC_BIT32(0) macro
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c116 set_tima32(qts, i, TM_QW2_HV_POOL + TM_WORD2, TM_QW2W2_VP | nvp_idx); in reset_pool_threads()
314 g_assert_cmphex(xive_get_field32(TM_QW2W2_VP, word2), ==, 0); in test_pull_thread_ctx_to_odd_thread_cl()
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dnative.c402 if (in_be32(xive_tima + TM_QW2_HV_POOL + TM_WORD2) & TM_QW2W2_VP) in xive_native_setup_cpu()
428 out_be32(xive_tima + TM_QW2_HV_POOL + TM_WORD2, TM_QW2W2_VP | vp_cam); in xive_native_setup_cpu()
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h98 #define TM_QW2W2_VP PPC_BIT32(0) macro
/openbmc/qemu/hw/intc/
H A Dxive.c222 qw2w2 = xive_set_field32(TM_QW2W2_VP, qw2w2_prev, 0); in xive_tm_pull_pool_ctx()
1702 if ((be32_to_cpu(qw2w2) & TM_QW2W2_VP) && in xive_presenter_tctx_match()