Searched refs:SPRN_PURR (Results 1 – 9 of 9) sorted by relevance
115 h->purr_start = mfspr(SPRN_PURR); in probe_hcall_entry()129 h->purr_total += mfspr(SPRN_PURR) - h->purr_start; in probe_hcall_exit()
36 *in_purr = mfspr(SPRN_PURR); in idle_loop_prolog()49 wait_cycles += mfspr(SPRN_PURR) - in_purr; in idle_loop_epilog()
226 mfspr r3,SPRN_PURR440 mtspr SPRN_PURR,r4
193 return mfspr(SPRN_PURR); in read_spurr()518 cu->current_tb = mfspr(SPRN_PURR); in __timer_interrupt()
485 SYSFS_SPRSETUP(purr, SPRN_PURR);
877 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
569 case SPRN_PURR: in kvmppc_core_emulate_mfspr_pr()
637 mfspr r5,SPRN_PURR643 mtspr SPRN_PURR,r71308 mfspr r5,SPRN_PURR1325 mtspr SPRN_PURR,r3
585 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro