Home
last modified time | relevance | path

Searched refs:SPRN_PURR (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/platforms/pseries/
DhvCall_inst.c125 h->purr_start = mfspr(SPRN_PURR); in probe_hcall_entry()
139 h->purr_total += mfspr(SPRN_PURR) - h->purr_start; in probe_hcall_exit()
/arch/powerpc/kernel/
Didle_book3s.S76 mfspr r3,SPRN_PURR
900 mtspr SPRN_PURR,r4
Dtime.c189 return mfspr(SPRN_PURR); in read_spurr()
572 cu->current_tb = mfspr(SPRN_PURR); in __timer_interrupt()
Dsysfs.c485 SYSFS_SPRSETUP(purr, SPRN_PURR);
Dprocess.c1152 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
/arch/powerpc/kvm/
Dbook3s_emulate.c578 case SPRN_PURR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S731 mfspr r5,SPRN_PURR
737 mtspr SPRN_PURR,r7
1501 mfspr r5,SPRN_PURR
1518 mtspr SPRN_PURR,r3
/arch/powerpc/include/asm/
Dreg.h686 #define SPRN_PURR 0x135 /* Processor Utilization of Resources Reg */ macro