Searched refs:SPRN_BESCR (Results 1 – 18 of 18) sorted by relevance
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | reg_access_test.c | 23 mtspr(SPRN_BESCR, expected); in reg_access() 24 val = mfspr(SPRN_BESCR); in reg_access()
|
A 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()
|
A D | close_clears_pmcc_test.c | 53 mfspr(SPRN_BESCR); in close_clears_pmcc()
|
A D | fork_cleanup_test.c | 29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
|
A D | pmae_handling_test.c | 35 val = mfspr(SPRN_BESCR); in syscall_ebb_callee()
|
A D | pmc56_overflow_test.c | 23 val = mfspr(SPRN_BESCR); in ebb_callee()
|
A D | back_to_back_ebbs_test.c | 31 val = mfspr(SPRN_BESCR); in ebb_callee()
|
A D | cycles_with_freeze_test.c | 30 val = mfspr(SPRN_BESCR); in ebb_callee()
|
A D | instruction_count_test.c | 94 val = mfspr(SPRN_BESCR); in pmc4_ebb_callee()
|
/linux/arch/powerpc/kvm/ |
A 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()
|
A D | book3s_emulate.c | 769 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr() 950 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
|
A D | book3s_hv.c | 3782 mtspr(SPRN_BESCR, vcpu->arch.bescr); in load_spr_state() 3808 vcpu->arch.bescr = mfspr(SPRN_BESCR); in store_spr_state() 4670 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv() 4718 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()
|
A D | book3s_hv_rmhandlers.S | 748 mtspr SPRN_BESCR, r6 1262 mfspr r6, SPRN_BESCR
|
/linux/tools/testing/selftests/powerpc/include/ |
A D | reg.h | 30 #define SPRN_BESCR 806 /* Branch event status & control register */ macro
|
/linux/arch/powerpc/kernel/ |
A D | process.c | 1142 t->bescr = mfspr(SPRN_BESCR); in save_sprs() 1184 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
|
/linux/arch/powerpc/include/asm/ |
A D | reg.h | 911 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
|
/linux/arch/powerpc/perf/ |
A D | core-book3s.c | 907 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
|
/linux/arch/powerpc/xmon/ |
A D | xmon.c | 2084 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()
|
Completed in 43 milliseconds