/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | close_clears_pmcc_test.c | 52 mfspr(SPRN_EBBRR); in close_clears_pmcc()
|
H A D | fork_cleanup_test.c | 31 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | close_clears_pmcc_test.c | 52 mfspr(SPRN_EBBRR); in close_clears_pmcc()
|
H A D | fork_cleanup_test.c | 31 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv_tm_builtin.c | 70 vcpu->arch.regs.nip = mfspr(SPRN_EBBRR); in kvmhv_p9_tm_emulation_early()
|
H A D | book3s_emulate.c | 779 case SPRN_EBBRR: in kvmppc_core_emulate_mtspr_pr() 957 case SPRN_EBBRR: in kvmppc_core_emulate_mfspr_pr()
|
H A D | book3s_hv.c | 3664 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr); in kvmhv_p9_guest_entry() 3741 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR); in kvmhv_p9_guest_entry() 4395 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv() 4443 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()
|
H A D | book3s_hv_rmhandlers.S | 827 mtspr SPRN_EBBRR, r5 1628 mfspr r5, SPRN_EBBRR
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H A D | reg.h | 29 #define SPRN_EBBRR 805 macro
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv_tm_builtin.c | 70 vcpu->arch.regs.nip = mfspr(SPRN_EBBRR); in kvmhv_p9_tm_emulation_early()
|
H A D | book3s_hv_p9_entry.c | 26 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr); in load_spr_state() 69 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR); in store_spr_state() 199 mtspr(SPRN_EBBRR, current->thread.ebbrr); in restore_p9_host_os_sprs()
|
H A D | book3s_emulate.c | 775 case SPRN_EBBRR: in kvmppc_core_emulate_mtspr_pr() 956 case SPRN_EBBRR: in kvmppc_core_emulate_mfspr_pr()
|
H A D | book3s_hv_rmhandlers.S | 756 mtspr SPRN_EBBRR, r5 1261 mfspr r5, SPRN_EBBRR
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | reg.h | 31 #define SPRN_EBBRR 805 macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | process.c | 1150 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs() 1191 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 1173 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs() 1254 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg.h | 911 #define SPRN_EBBRR 805 /* Event based branch return register */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg.h | 918 #define SPRN_EBBRR 805 /* Event based branch return register */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 868 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 949 mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in perf_event_print_debug()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 1995 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 2079 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()
|