Searched refs:SPRN_PURR (Results 1 – 8 of 8) 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()
46 *in_purr = mfspr(SPRN_PURR); in idle_loop_prolog()56 get_lppaca()->wait_state_cycles += mfspr(SPRN_PURR) - in_purr; in idle_loop_epilog()
189 return mfspr(SPRN_PURR); in read_spurr()527 cu->current_tb = mfspr(SPRN_PURR); in timer_interrupt()
178 SYSFS_PMCSETUP(purr, SPRN_PURR);
499 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
336 mfspr r5,SPRN_PURR342 mtspr SPRN_PURR,r7704 mfspr r5,SPRN_PURR721 mtspr SPRN_PURR,r3
482 case SPRN_PURR: in kvmppc_core_emulate_mfspr()
481 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro