Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dxive2_regs.h148 #define NVP2_W1_CO PPC_BIT32(13) macro
172 #define xive2_nvp_is_co(nvp) (be32_to_cpu((nvp)->w1) & NVP2_W1_CO)
/qemu/hw/intc/
H A Dxive2.c230 nvp.w1 = xive_set_field32(NVP2_W1_CO, nvp.w1, 0); in xive2_tctx_save_os_ctx()
297 nvp->w1 = xive_set_field32(NVP2_W1_CO, nvp->w1, 1); in xive2_tctx_restore_os_ctx()