Searched refs:SPRN_PURR (Results 1 – 9 of 9) sorted by relevance
125 h->purr_start = mfspr(SPRN_PURR); in probe_hcall_entry()139 h->purr_total += mfspr(SPRN_PURR) - h->purr_start; in probe_hcall_exit()
59 atomic64_add(mfspr(SPRN_PURR), sum); in cpu_get_purr()
37 *in_purr = mfspr(SPRN_PURR); in idle_loop_prolog()50 wait_cycles += mfspr(SPRN_PURR) - in_purr; in idle_loop_epilog()
78 mfspr r3,SPRN_PURR875 mtspr SPRN_PURR,r4
183 return mfspr(SPRN_PURR); in read_spurr()
486 SYSFS_SPRSETUP(purr, SPRN_PURR);
749 mfspr r5,SPRN_PURR755 mtspr SPRN_PURR,r71644 mfspr r5,SPRN_PURR1661 mtspr SPRN_PURR,r3
913 case SPRN_PURR: in kvmppc_core_emulate_mfspr_pr()
716 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro