Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_emulate.c772 case SPRN_EBBHR: in kvmppc_core_emulate_mtspr_pr()
953 case SPRN_EBBHR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv.c3779 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in load_spr_state()
3805 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in store_spr_state()
4667 ebb_regs[0] = mfspr(SPRN_EBBHR); in kvmppc_vcpu_run_hv()
4715 mtspr(SPRN_EBBHR, ebb_regs[0]); in kvmppc_vcpu_run_hv()
Dbook3s_hv_rmhandlers.S742 mtspr SPRN_EBBHR, r8
1259 mfspr r8, SPRN_EBBHR
/arch/powerpc/kernel/
Dprocess.c1143 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1186 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
/arch/powerpc/include/asm/
Dreg.h909 #define SPRN_EBBHR 804 /* Event based branch handler register */ macro
/arch/powerpc/perf/
Dcore-book3s.c918 mfspr(SPRN_MMCR2), mfspr(SPRN_EBBHR)); in perf_event_print_debug()
/arch/powerpc/xmon/
Dxmon.c2086 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()