Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive.c73 alt_regs[TM_IPB] &= ~xive_priority_to_ipb(cppr); in xive_tctx_accept()
80 alt_regs[TM_IPB], regs[TM_PIPR], in xive_tctx_accept()
109 regs[TM_IPB], alt_regs[TM_PIPR], in xive_tctx_notify()
132 regs[TM_IPB], regs[TM_PIPR], in xive_tctx_set_cppr()
145 pipr_min = xive_ipb_to_pipr(regs[TM_IPB]); in xive_tctx_set_cppr()
155 uint8_t pool_pipr = xive_ipb_to_pipr(pool_regs[TM_IPB]); in xive_tctx_set_cppr()
184 regs[TM_IPB] |= xive_priority_to_ipb(priority); in xive_tctx_pipr_update()
185 alt_regs[TM_PIPR] = xive_ipb_to_pipr(regs[TM_IPB]); in xive_tctx_pipr_update()
493 regs[TM_IPB] |= ipb; in xive_tctx_need_resend()
761 ring[TM_NSR], ring[TM_CPPR], ring[TM_IPB], ring[TM_LSMFB], in xive_tctx_ring_print()
[all …]
H A Dxive2.c535 nvp.w2 = xive_set_field32(NVP2_W2_IPB, nvp.w2, regs[TM_IPB]); in xive2_tctx_save_ctx()
650 data[0x2] = regs[TM_QW3_HV_PHYS + TM_IPB]; in xive2_tm_report_line_gen1()
651 data[0x3] = regs[TM_QW2_HV_POOL + TM_IPB]; in xive2_tm_report_line_gen1()
661 data[0xA] = regs[TM_QW1_OS + TM_IPB]; in xive2_tm_report_line_gen1()
825 regs[TM_IPB] |= ipb; in xive2_tctx_need_resend()
934 regs[TM_IPB], regs[TM_PIPR], in xive2_tctx_set_cppr()
948 pipr_min = xive_ipb_to_pipr(regs[TM_IPB]); in xive2_tctx_set_cppr()
960 uint8_t pool_pipr = xive_ipb_to_pipr(pregs[TM_IPB]); in xive2_tctx_set_cppr()
/qemu/include/hw/ppc/
H A Dxive_regs.h75 #define TM_IPB 0x2 /* - + + + */ macro