Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_emulate.c460 case SPRN_EBBHR: in kvmppc_core_emulate_mtspr_pr()
613 case SPRN_EBBHR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S879 mtspr SPRN_EBBHR, r8
1552 mfspr r8, SPRN_EBBHR
Dbook3s_hv.c3290 ebb_regs[0] = mfspr(SPRN_EBBHR); in kvmppc_vcpu_run_hv()
3325 mtspr(SPRN_EBBHR, ebb_regs[0]); in kvmppc_vcpu_run_hv()
/arch/powerpc/kernel/
Dprocess.c1074 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1112 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
/arch/powerpc/include/asm/
Dreg.h839 #define SPRN_EBBHR 804 /* Event based branch handler register */ macro
/arch/powerpc/perf/
Dcore-book3s.c848 mfspr(SPRN_MMCR2), mfspr(SPRN_EBBHR)); in perf_event_print_debug()
/arch/powerpc/xmon/
Dxmon.c1810 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()