Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_hv_tm_builtin.c59 bescr = mfspr(SPRN_BESCR); in kvmhv_p9_tm_emulation_early()
66 mtspr(SPRN_BESCR, bescr); in kvmhv_p9_tm_emulation_early()
Dbook3s_emulate.c773 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr()
951 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv.c3665 mtspr(SPRN_BESCR, vcpu->arch.bescr); in kvmhv_p9_guest_entry()
3742 vcpu->arch.bescr = mfspr(SPRN_BESCR); in kvmhv_p9_guest_entry()
4396 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()
4444 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()
Dbook3s_hv_rmhandlers.S828 mtspr SPRN_BESCR, r6
1629 mfspr r6, SPRN_BESCR
/arch/powerpc/kernel/
Dprocess.c1148 t->bescr = mfspr(SPRN_BESCR); in save_sprs()
1187 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
/arch/powerpc/include/asm/
Dreg.h912 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
/arch/powerpc/perf/
Dcore-book3s.c868 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
/arch/powerpc/xmon/
Dxmon.c1995 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()