Searched refs:TM_CPPR (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 88 regs[TM_CPPR] = cppr; in xive_tctx_accept() 98 regs[TM_CPPR], regs[TM_NSR]); in xive_tctx_accept() 101 return ((uint64_t)nsr << 8) | regs[TM_CPPR]; in xive_tctx_accept() 111 if (alt_regs[TM_PIPR] < alt_regs[TM_CPPR]) { in xive_tctx_notify() 127 alt_regs[TM_CPPR], alt_regs[TM_NSR]); in xive_tctx_notify() 156 tctx->regs[ring + TM_CPPR] = cppr; in xive_tctx_set_cppr() 560 { XIVE_TM_OS_PAGE, TM_QW1_OS + TM_CPPR, 1, xive_tm_set_os_cppr, 564 { XIVE_TM_HV_PAGE, TM_QW3_HV_PHYS + TM_CPPR, 1, xive_tm_set_hv_cppr, 595 { XIVE_TM_OS_PAGE, TM_QW1_OS + TM_CPPR, 1, xive_tm_set_os_cppr, 603 { XIVE_TM_HV_PAGE, TM_QW3_HV_PHYS + TM_CPPR, 1, xive_tm_set_hv_cppr, [all …]
|
H A D | xive2.c | 315 nvp.w2 = xive_set_field32(NVP2_W2_CPPR, nvp.w2, regs[TM_CPPR]); in xive2_tctx_save_ctx() 416 data[0x1] = regs[TM_QW3_HV_PHYS + TM_CPPR]; in xive2_tm_report_line_gen1() 427 data[0x9] = regs[TM_QW1_OS + TM_CPPR]; in xive2_tm_report_line_gen1() 529 tctx->regs[TM_QW1_OS + TM_CPPR] = cppr; in xive2_tctx_restore_os_ctx()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | xive-regs.h | 64 #define TM_CPPR 0x1 /* - + - + */ macro
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | common.c | 207 out_8(xive_tima + xive_tima_offset + TM_CPPR, prio); in xive_scan_interrupts() 1522 out_8(xive_tima + xive_tima_offset + TM_CPPR, 0xff); in xive_setup_cpu() 1614 out_8(xive_tima + xive_tima_offset + TM_CPPR, 0); in xive_smp_disable_cpu() 1621 out_8(xive_tima + xive_tima_offset + TM_CPPR, 0xff); in xive_smp_disable_cpu() 1644 out_8(xive_tima + xive_tima_offset + TM_CPPR, 0); in xive_teardown_cpu()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 75 #define TM_CPPR 0x1 /* - + - + */ macro
|
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-test.c | 259 set_tima8(qts, target_pir, TM_QW3_HV_PHYS + TM_CPPR, 0xFF); in test_hw_irq()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive.c | 281 __raw_writeb(xc->cppr, xive_tima + TM_QW1_OS + TM_CPPR); in xive_vm_scan_interrupts() 510 __raw_writeb(cppr, xive_tima + TM_QW1_OS + TM_CPPR); in xive_vm_h_cppr() 615 __raw_writeb(xc->cppr, xive_tima + TM_QW1_OS + TM_CPPR); in xive_vm_h_eoi()
|