Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dtime.h155 return (mfspr(SPRN_DEC)); in get_dec()
172 mtspr(SPRN_DEC, val); in set_dec()
Dreg_8xx.h126 else if (rn == SPRN_DEC) \
Dreg.h407 #define SPRN_DEC 0x016 /* Decrement Register */ macro
/arch/powerpc/kvm/
Demulate.c111 case SPRN_DEC: in kvmppc_emulate_mtspr()
190 case SPRN_DEC: in kvmppc_emulate_mfspr()
Dbook3s_hv_interrupts.S124 mfspr r8,SPRN_DEC
Dbook3s_hv_rmhandlers.S137 mtspr SPRN_DEC, r4
195 mtspr SPRN_DEC, r3
859 mtspr SPRN_DEC,r3
953 mfspr r0, SPRN_DEC
1332 mfspr r5,SPRN_DEC
2197 mfspr r3, SPRN_DEC
2202 mtspr SPRN_DEC, r4
2284 mtspr SPRN_DEC, r3
/arch/powerpc/platforms/52xx/
Dmpc52xx_pm.c126 mtspr(SPRN_DEC, 0x7fffffff); in mpc52xx_pm_enter()
/arch/powerpc/kernel/
Dexceptions-64s.S1338 mtspr SPRN_DEC,r10; \
/arch/powerpc/xmon/
Dxmon.c1805 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()