Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_emulate.c457 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr()
610 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S885 mtspr SPRN_BESCR, r6
1555 mfspr r6, SPRN_BESCR
Dbook3s_hv.c3292 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()
3327 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()
/arch/powerpc/kernel/
Dprocess.c1073 t->bescr = mfspr(SPRN_BESCR); in save_sprs()
1110 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
/arch/powerpc/include/asm/
Dreg.h841 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
/arch/powerpc/perf/
Dcore-book3s.c850 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
/arch/powerpc/xmon/
Dxmon.c1810 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()