Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dtime.h156 return (mfspr(SPRN_DEC)); in get_dec()
184 mtspr(SPRN_DEC, val); in set_dec()
Dreg.h194 #define SPRN_DEC 0x016 /* Decrement Register */ macro
/arch/powerpc/platforms/52xx/
Dmpc52xx_pm.c117 mtspr(SPRN_DEC, 0x7fffffff); in mpc52xx_pm_enter()
/arch/powerpc/platforms/iseries/
Dexception.S239 mtspr SPRN_DEC,r12
/arch/powerpc/kernel/
Dirq.c153 if ((int)mfspr(SPRN_DEC) < 0) in raw_local_irq_restore()
154 mtspr(SPRN_DEC, 1); in raw_local_irq_restore()
/arch/powerpc/kvm/
Demulate.c227 case SPRN_DEC: in kvmppc_emulate_instruction()
/arch/powerpc/xmon/
Dxmon.c1596 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()