Searched refs:SPRN_DEC (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
D | time.h | 157 return (mfspr(SPRN_DEC)); in get_dec() 176 mtspr(SPRN_DEC, val); in set_dec()
|
D | reg.h | 379 #define SPRN_DEC 0x016 /* Decrement Register */ macro
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | emulate.c | 111 case SPRN_DEC: in kvmppc_emulate_mtspr() 190 case SPRN_DEC: in kvmppc_emulate_mfspr()
|
D | book3s_hv_interrupts.S | 124 mfspr r8,SPRN_DEC
|
D | book3s_hv_rmhandlers.S | 129 mtspr SPRN_DEC, r4 177 mtspr SPRN_DEC, r3 814 mtspr SPRN_DEC,r3 905 mfspr r0, SPRN_DEC 1232 mfspr r5,SPRN_DEC 2147 mfspr r3, SPRN_DEC 2152 mtspr SPRN_DEC, r4 2228 mtspr SPRN_DEC, r3
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 126 mtspr(SPRN_DEC, 0x7fffffff); in mpc52xx_pm_enter()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | exceptions-64s.S | 655 mtspr SPRN_DEC,r10; \
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 1696 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()
|