Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c23 mtspr(SPRN_BESCR, expected); in reg_access()
24 val = mfspr(SPRN_BESCR); in reg_access()
H A 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()
H A Dclose_clears_pmcc_test.c53 mfspr(SPRN_BESCR); in close_clears_pmcc()
H A Dfork_cleanup_test.c29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
H A Dpmc56_overflow_test.c23 val = mfspr(SPRN_BESCR); in ebb_callee()
H A Dpmae_handling_test.c35 val = mfspr(SPRN_BESCR); in syscall_ebb_callee()
H A Dback_to_back_ebbs_test.c31 val = mfspr(SPRN_BESCR); in ebb_callee()
H A Dcycles_with_freeze_test.c30 val = mfspr(SPRN_BESCR); in ebb_callee()
H A Dinstruction_count_test.c94 val = mfspr(SPRN_BESCR); in pmc4_ebb_callee()
/linux/arch/powerpc/kvm/
H A 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()
H A Dbook3s_hv_rmhandlers.S757 mtspr SPRN_BESCR, r6
1262 mfspr r6, SPRN_BESCR
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h32 #define SPRN_BESCR 806 /* Branch event status & control register */ macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1169 t->bescr = mfspr(SPRN_BESCR); in save_sprs()
1251 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
/linux/arch/powerpc/include/asm/
H A Dreg.h915 #define SPRN_BESCR 806 /* Branch event status and control register */ macro
/linux/arch/powerpc/xmon/
H A Dxmon.c2060 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()