Home
last modified time | relevance | path

Searched refs:SPRN_PURR (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/pseries/
DhvCall_inst.c114 h->purr_start = mfspr(SPRN_PURR); in probe_hcall_entry()
128 h->purr_total += mfspr(SPRN_PURR) - h->purr_start; in probe_hcall_exit()
Dsetup.c577 in_purr = mfspr(SPRN_PURR); in pseries_dedicated_idle_sleep()
609 out_purr = mfspr(SPRN_PURR); in pseries_dedicated_idle_sleep()
/linux-2.6.39/arch/powerpc/kernel/
Dtime.c212 return mfspr(SPRN_PURR); in read_spurr()
636 cu->current_tb = mfspr(SPRN_PURR); in timer_interrupt()
Dsysfs.c177 SYSFS_PMCSETUP(purr, SPRN_PURR);
Dprocess.c512 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
/linux-2.6.39/arch/powerpc/include/asm/
Dreg.h419 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro