Searched refs:SPRN_PURR (Results 1 – 8 of 8) 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()
76 mfspr r3,SPRN_PURR900 mtspr SPRN_PURR,r4
189 return mfspr(SPRN_PURR); in read_spurr()572 cu->current_tb = mfspr(SPRN_PURR); in __timer_interrupt()
485 SYSFS_SPRSETUP(purr, SPRN_PURR);
1152 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
578 case SPRN_PURR: in kvmppc_core_emulate_mfspr_pr()
731 mfspr r5,SPRN_PURR737 mtspr SPRN_PURR,r71501 mfspr r5,SPRN_PURR1518 mtspr SPRN_PURR,r3
686 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro