Searched refs:SPRN_PURR (Results 1 – 6 of 6) sorted by relevance
114 h->purr_start = mfspr(SPRN_PURR); in probe_hcall_entry()128 h->purr_total += mfspr(SPRN_PURR) - h->purr_start; in probe_hcall_exit()
577 in_purr = mfspr(SPRN_PURR); in pseries_dedicated_idle_sleep()609 out_purr = mfspr(SPRN_PURR); in pseries_dedicated_idle_sleep()
212 return mfspr(SPRN_PURR); in read_spurr()636 cu->current_tb = mfspr(SPRN_PURR); in timer_interrupt()
177 SYSFS_PMCSETUP(purr, SPRN_PURR);
512 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
419 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro