Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h158 #define NVP2_W1_CO PPC_BIT32(13) macro
184 #define xive2_nvp_is_co(nvp) (be32_to_cpu((nvp)->w1) & NVP2_W1_CO)
/openbmc/qemu/hw/intc/
H A Dxive2.c319 nvp.w1 = xive_set_field32(NVP2_W1_CO, nvp.w1, 0); in xive2_tctx_save_ctx()
532 nvp->w1 = xive_set_field32(NVP2_W1_CO, nvp->w1, 1); in xive2_tctx_restore_os_ctx()