Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive2.c203 xive_get_field32(NVP2_W2_CPPR, nvp->w2)); in xive2_nvp_pic_print_info()
315 nvp.w2 = xive_set_field32(NVP2_W2_CPPR, nvp.w2, regs[TM_CPPR]); in xive2_tctx_save_ctx()
525 cppr = xive_get_field32(NVP2_W2_CPPR, nvp->w2); in xive2_tctx_restore_os_ctx()
526 nvp->w2 = xive_set_field32(NVP2_W2_CPPR, nvp->w2, 0); in xive2_tctx_restore_os_ctx()
/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h163 #define NVP2_W2_CPPR PPC_BITMASK32(0, 7) macro