Home
last modified time | relevance | path

Searched refs:NVP2_W2_CPPR (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/ppc/
H A Dxive2_regs.h153 #define NVP2_W2_CPPR PPC_BITMASK32(0, 7) macro
/qemu/hw/intc/
H A Dxive2.c226 nvp.w2 = xive_set_field32(NVP2_W2_CPPR, nvp.w2, regs[TM_CPPR]); in xive2_tctx_save_os_ctx()
290 cppr = xive_get_field32(NVP2_W2_CPPR, nvp->w2); in xive2_tctx_restore_os_ctx()
291 nvp->w2 = xive_set_field32(NVP2_W2_CPPR, nvp->w2, 0); in xive2_tctx_restore_os_ctx()
H A Dpnv_xive2.c2047 xive_get_field32(NVP2_W2_CPPR, nvp->w2)); in type_init()