Home
last modified time | relevance | path

Searched refs:SPRN_EBBRR (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Dclose_clears_pmcc_test.c52 mfspr(SPRN_EBBRR); in close_clears_pmcc()
Dfork_cleanup_test.c32 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dreg.h28 #define SPRN_EBBRR 805 macro
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_tm_builtin.c62 vcpu->arch.regs.nip = mfspr(SPRN_EBBRR); in kvmhv_p9_tm_emulation_early()
Dbook3s_emulate.c773 case SPRN_EBBRR: in kvmppc_core_emulate_mtspr_pr()
951 case SPRN_EBBRR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S917 mtspr SPRN_EBBRR, r5
1680 mfspr r5, SPRN_EBBRR
Dbook3s_hv.c3472 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv()
3507 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1105 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1146 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h868 #define SPRN_EBBRR 805 /* Event based branch return register */ macro
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c842 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c1854 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()