Home
last modified time | relevance | path

Searched refs:SPRN_SIAR (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
Dback_to_back_ebbs_test.c52 siar = mfspr(SPRN_SIAR); in ebb_callee()
53 trace_log_reg(ebb_state.trace, SPRN_SIAR, siar); in ebb_callee()
Debb.c240 mfspr(SPRN_SIAR)); in dump_ebb_hw_state()
/Linux-v5.10/tools/testing/selftests/powerpc/include/
Dreg.h46 #define SPRN_SIAR 780 macro
/Linux-v5.10/arch/powerpc/oprofile/
Dop_model_7450.c179 pc = mfspr(SPRN_SIAR); in fsl7450_handle_interrupt()
Dop_model_power4.c279 unsigned long pc = mfspr(SPRN_SIAR); in get_pc()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S134 mfspr r9, SPRN_SIAR
Dbook3s_hv_rmhandlers.S3444 mtspr SPRN_SIAR, r7
3507 mtspr SPRN_SIAR, r6
3574 mfspr r7, SPRN_SIAR
/Linux-v5.10/arch/powerpc/perf/
Dcore-book3s.c264 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
591 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out()
628 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
873 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
1291 mtspr(SPRN_SIAR, 0); in power_pmu_disable()
2183 return mfspr(SPRN_SIAR) + perf_ip_adjust(regs); in perf_instruction_pointer()
/Linux-v5.10/arch/powerpc/include/asm/
Dreg.h932 #define SPRN_SIAR 796 macro
1064 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro
/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c1991 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()