Searched refs:SPRN_SIAR (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv_p9_perf.c | 63 host_os_sprs->siar = mfspr(SPRN_SIAR); in switch_pmu_to_guest() 97 mtspr(SPRN_SIAR, vcpu->arch.siar); in switch_pmu_to_guest() 151 vcpu->arch.siar = mfspr(SPRN_SIAR); in switch_pmu_to_host() 204 mtspr(SPRN_SIAR, host_os_sprs->siar); in switch_pmu_to_host()
|
D | book3s_hv_interrupts.S | 132 mfspr r9, SPRN_SIAR
|
D | book3s_hv_rmhandlers.S | 2796 mtspr SPRN_SIAR, r7 2850 mtspr SPRN_SIAR, r6 2910 mfspr r7, SPRN_SIAR
|
/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/ |
D | back_to_back_ebbs_test.c | 52 siar = mfspr(SPRN_SIAR); in ebb_callee() 53 trace_log_reg(ebb_state.trace, SPRN_SIAR, siar); in ebb_callee()
|
D | ebb.c | 240 mfspr(SPRN_SIAR)); in dump_ebb_hw_state()
|
/linux-6.1.9/tools/testing/selftests/powerpc/include/ |
D | reg.h | 46 #define SPRN_SIAR 780 macro
|
/linux-6.1.9/arch/powerpc/perf/ |
D | core-book3s.c | 282 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 301 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 635 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out() 672 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in() 958 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug() 1405 mtspr(SPRN_SIAR, 0); in power_pmu_disable() 2298 is_kernel_addr(mfspr(SPRN_SIAR))) in record_and_restart() 2360 unsigned long siar = mfspr(SPRN_SIAR); in perf_instruction_pointer()
|
D | perf_regs.c | 97 return mfspr(SPRN_SIAR); in get_ext_regs_value()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | reg.h | 930 #define SPRN_SIAR 796 macro 1062 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | xmon.c | 2078 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()
|