Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c23 mtspr(SPRN_BESCR, expected); in reg_access()
24 val = mfspr(SPRN_BESCR); in reg_access()
Debb.c104 val = mfspr(SPRN_BESCR); in standard_ebb_callee()
222 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()
310 mtspr(SPRN_BESCR, 0x8000000100000000ull); in ebb_global_enable()
Dclose_clears_pmcc_test.c53 mfspr(SPRN_BESCR); in close_clears_pmcc()
Dfork_cleanup_test.c29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
Dpmae_handling_test.c35 val = mfspr(SPRN_BESCR); in syscall_ebb_callee()
Dpmc56_overflow_test.c23 val = mfspr(SPRN_BESCR); in ebb_callee()
Dback_to_back_ebbs_test.c31 val = mfspr(SPRN_BESCR); in ebb_callee()
Dcycles_with_freeze_test.c30 val = mfspr(SPRN_BESCR); in ebb_callee()
Dinstruction_count_test.c94 val = mfspr(SPRN_BESCR); in pmc4_ebb_callee()
/kernel/linux/linux-5.10/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.c3651 mtspr(SPRN_BESCR, vcpu->arch.bescr); in kvmhv_p9_guest_entry()
3728 vcpu->arch.bescr = mfspr(SPRN_BESCR); in kvmhv_p9_guest_entry()
4368 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()
4416 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()
Dbook3s_hv_rmhandlers.S828 mtspr SPRN_BESCR, r6
1629 mfspr r6, SPRN_BESCR
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
Dreg.h30 #define SPRN_BESCR 806 /* Branch event status & control register */ macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1148 t->bescr = mfspr(SPRN_BESCR); in save_sprs()
1187 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h912 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
/kernel/linux/linux-5.10/arch/powerpc/perf/
Dcore-book3s.c868 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c1997 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()