Searched refs:SPRN_BESCR (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/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()
|
/linux-6.1.9/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_hv_p9_entry.c | 28 mtspr(SPRN_BESCR, vcpu->arch.bescr); in load_spr_state() 70 vcpu->arch.bescr = mfspr(SPRN_BESCR); in store_spr_state() 195 mtspr(SPRN_BESCR, current->thread.bescr); in restore_p9_host_os_sprs()
|
D | book3s_emulate.c | 769 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr() 950 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 756 mtspr SPRN_BESCR, r6 1260 mfspr r6, SPRN_BESCR
|
/linux-6.1.9/tools/testing/selftests/powerpc/include/ |
D | reg.h | 30 #define SPRN_BESCR 806 /* Branch event status & control register */ macro
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | process.c | 1139 t->bescr = mfspr(SPRN_BESCR); in save_sprs() 1215 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | reg.h | 908 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
|
/linux-6.1.9/arch/powerpc/perf/ |
D | core-book3s.c | 949 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | xmon.c | 2082 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()
|