Searched refs:SPRN_DEC (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | time.h | 64 return mfspr(SPRN_DEC); in get_dec() 77 mtspr(SPRN_DEC, val); in set_dec() 79 mtspr(SPRN_DEC, val - 1); in set_dec()
|
D | reg.h | 520 #define SPRN_DEC 0x016 /* Decrement Register */ macro
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | emulate.c | 93 case SPRN_DEC: in kvmppc_emulate_mtspr() 172 case SPRN_DEC: in kvmppc_emulate_mfspr()
|
D | book3s_hv_interrupts.S | 70 mfspr r8,SPRN_DEC
|
D | book3s_hv_rmhandlers.S | 113 mtspr SPRN_DEC, r4 150 mtspr SPRN_DEC, r3 827 mtspr SPRN_DEC,r3 1195 mfspr r5,SPRN_DEC 2142 mfspr r3, SPRN_DEC 2149 mtspr SPRN_DEC, r4 2252 mtspr SPRN_DEC, r3
|
D | book3s_hv_builtin.c | 583 long int dec = mfspr(SPRN_DEC); in kvmppc_guest_entry_inject_int()
|
D | book3s_hv_p9_entry.c | 711 mtspr(SPRN_DEC, vcpu->arch.dec_expires - *tb); in kvmhv_vcpu_entry_p9() 845 dec = mfspr(SPRN_DEC); in kvmhv_vcpu_entry_p9()
|
D | book3s_hv.c | 4079 mtspr(SPRN_DEC, kvmppc_dec_expires_host_tb(vcpu) - *tb); in kvmhv_vcpu_entry_p9_nested() 4097 dec = mfspr(SPRN_DEC); in kvmhv_vcpu_entry_p9_nested()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | watchdog.c | 399 mtspr(SPRN_DEC, 100 * tb_ticks_per_usec * 1000); in DEFINE_INTERRUPT_HANDLER_NMI() 432 mtspr(SPRN_DEC, wd_panic_timeout_tb); in DEFINE_INTERRUPT_HANDLER_NMI()
|
D | exceptions-64s.S | 2856 mtspr SPRN_DEC,r9
|
/linux-6.1.9/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 132 mtspr(SPRN_DEC, 0x7fffffff); in mpc52xx_pm_enter()
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | xmon.c | 2186 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()
|