Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive.c45 case TM_QW3_HV_PHYS: in exception_mask()
60 case TM_QW3_HV_PHYS: in xive_tctx_output()
104 case TM_QW3_HV_PHYS: in xive_tctx_notify()
162 xive_tctx_set_cppr(tctx, TM_QW3_HV_PHYS, value & 0xff); in xive_tm_set_hv_cppr()
168 return xive_tctx_accept(tctx, TM_QW3_HV_PHYS); in xive_tm_ack_hv_reg()
185 tctx->regs[TM_QW3_HV_PHYS + TM_WORD2] = value & 0xff; in xive_tm_vt_push()
191 return tctx->regs[TM_QW3_HV_PHYS + TM_WORD2] & 0xff; in xive_tm_vt_poll()
728 tctx->regs[TM_QW3_HV_PHYS + TM_PIPR] = in xive_tctx_reset()
729 ipb_to_pipr(tctx->regs[TM_QW3_HV_PHYS + TM_IPB]); in xive_tctx_reset()
1555 uint32_t qw3w2 = xive_tctx_word2(&tctx->regs[TM_QW3_HV_PHYS]); in xive_presenter_tctx_match()
[all …]
H A Dxive2.c510 uint32_t qw3w2 = xive_tctx_word2(&tctx->regs[TM_QW3_HV_PHYS]); in xive2_presenter_tctx_match()
536 return TM_QW3_HV_PHYS; in xive2_presenter_tctx_match()
/openbmc/linux/arch/powerpc/include/asm/
H A Dxive-regs.h60 #define TM_QW3_HV_PHYS 0x030 /* Ring 0..1 */ macro
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h71 #define TM_QW3_HV_PHYS 0x030 /* Ring 0..1 */ macro
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dnative.c632 if (!xive_core_init(np, &xive_native_ops, tima, TM_QW3_HV_PHYS, in xive_native_init()