Searched refs:SPRN_BESCR (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
D | reg_access_test.c | 23 mtspr(SPRN_BESCR, expected); in reg_access() 24 val = mfspr(SPRN_BESCR); in reg_access()
|
D | ebb.c | 104 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()
|
D | close_clears_pmcc_test.c | 53 mfspr(SPRN_BESCR); in close_clears_pmcc()
|
D | fork_cleanup_test.c | 29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
|
D | pmae_handling_test.c | 35 val = mfspr(SPRN_BESCR); in syscall_ebb_callee()
|
D | pmc56_overflow_test.c | 23 val = mfspr(SPRN_BESCR); in ebb_callee()
|
D | back_to_back_ebbs_test.c | 31 val = mfspr(SPRN_BESCR); in ebb_callee()
|
D | cycles_with_freeze_test.c | 30 val = mfspr(SPRN_BESCR); in ebb_callee()
|
D | instruction_count_test.c | 94 val = mfspr(SPRN_BESCR); in pmc4_ebb_callee()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_hv_tm_builtin.c | 59 bescr = mfspr(SPRN_BESCR); in kvmhv_p9_tm_emulation_early() 66 mtspr(SPRN_BESCR, bescr); in kvmhv_p9_tm_emulation_early()
|
D | book3s_emulate.c | 773 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr() 951 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv.c | 3651 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()
|
D | book3s_hv_rmhandlers.S | 828 mtspr SPRN_BESCR, r6 1629 mfspr r6, SPRN_BESCR
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
D | reg.h | 30 #define SPRN_BESCR 806 /* Branch event status & control register */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | process.c | 1148 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/ |
D | reg.h | 912 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | core-book3s.c | 868 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
D | xmon.c | 1997 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()
|