Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive2.c241 *vo = !!(cam & TM2_QW1W2_VO); in xive2_os_cam_decode()
265 qw1w2_new = xive_set_field32(TM2_QW1W2_VO, qw1w2, 0); in xive2_tm_pull_os_ctx()
518 if ((be32_to_cpu(qw1w2) & TM2_QW1W2_VO) && in xive2_presenter_tctx_match()
526 if ((be32_to_cpu(qw1w2) & TM2_QW1W2_VO) && in xive2_presenter_tctx_match()
/qemu/include/hw/ppc/
H A Dxive2_regs.h24 #define TM2_QW1W2_VO PPC_BIT32(0) macro