Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c24 mtspr(SPRN_BESCR, expected); in reg_access()
25 val = mfspr(SPRN_BESCR); in reg_access()
Dclose_clears_pmcc_test.c53 mfspr(SPRN_BESCR); in close_clears_pmcc()
Dreg.h29 #define SPRN_BESCR 806 /* Branch event status & control register */ macro
Debb.c106 val = mfspr(SPRN_BESCR); in standard_ebb_callee()
224 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()
312 mtspr(SPRN_BESCR, 0x8000000100000000ull); in ebb_global_enable()
Dfork_cleanup_test.c30 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()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c457 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr()
601 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S876 mtspr SPRN_BESCR, r6
1358 mfspr r6, SPRN_BESCR
/linux-4.4.14/arch/powerpc/kernel/
Dentry_64.S483 mfspr r0, SPRN_BESCR
583 mtspr SPRN_BESCR, r0
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h734 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c813 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()