Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive.c78 uint8_t *alt_regs; in xive_tctx_accept() local
86 alt_regs = &tctx->regs[alt_ring]; in xive_tctx_accept()
91 alt_regs[TM_IPB] &= ~xive_priority_to_ipb(cppr); in xive_tctx_accept()
97 alt_regs[TM_IPB], regs[TM_PIPR], in xive_tctx_accept()
108 uint8_t *alt_regs = &tctx->regs[alt_ring]; in xive_tctx_notify() local
111 if (alt_regs[TM_PIPR] < alt_regs[TM_CPPR]) { in xive_tctx_notify()
117 alt_regs[TM_NSR] = (TM_QW3_NSR_HE_POOL << 6); in xive_tctx_notify()
126 regs[TM_IPB], alt_regs[TM_PIPR], in xive_tctx_notify()
127 alt_regs[TM_CPPR], alt_regs[TM_NSR]); in xive_tctx_notify()