Home
last modified time | relevance | path

Searched refs:SPRN_EBBRR (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_emulate.c463 case SPRN_EBBRR: in kvmppc_core_emulate_mtspr_pr()
608 case SPRN_EBBRR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S835 mtspr SPRN_EBBRR, r5
1358 mfspr r5, SPRN_EBBRR
Dbook3s_hv.c2866 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv()
2897 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()
/arch/powerpc/kernel/
Dprocess.c1062 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1109 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
/arch/powerpc/include/asm/
Dreg.h768 #define SPRN_EBBRR 805 /* Event based branch return register */ macro
/arch/powerpc/perf/
Dcore-book3s.c817 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
/arch/powerpc/xmon/
Dxmon.c1746 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()