Home
last modified time | relevance | path

Searched refs:SPRN_EBBHR (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c29 mtspr(SPRN_EBBHR, expected); in reg_access()
30 val = mfspr(SPRN_EBBHR); in reg_access()
H A Dclose_clears_pmcc_test.c51 mfspr(SPRN_EBBHR); in close_clears_pmcc()
H A Dno_handler_test.c34 val = mfspr(SPRN_EBBHR); in no_handler_test()
H A Dfork_cleanup_test.c30 FAIL_IF(mfspr(SPRN_EBBHR) != 0); in child()
H A Debb.c153 mtspr(SPRN_EBBHR, entry); in setup_ebb_handler()
237 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h30 #define SPRN_EBBHR 804 macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c24 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in load_spr_state()
68 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in store_spr_state()
197 mtspr(SPRN_EBBHR, current->thread.ebbhr); in restore_p9_host_os_sprs()
H A Dbook3s_emulate.c772 case SPRN_EBBHR: in kvmppc_core_emulate_mtspr_pr()
953 case SPRN_EBBHR: in kvmppc_core_emulate_mfspr_pr()
H A Dbook3s_hv_rmhandlers.S751 mtspr SPRN_EBBHR, r8
1259 mfspr r8, SPRN_EBBHR
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c1172 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1252 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h917 #define SPRN_EBBHR 804 /* Event based branch handler register */ macro
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c947 mfspr(SPRN_MMCR2), mfspr(SPRN_EBBHR)); in perf_event_print_debug()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2079 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()