Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
Dreg.h46 #define SPRN_SIAR 780 macro
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/arch/powerpc/perf/
Dcore-book3s.c264 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
582 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out()
619 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
877 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
1328 mtspr(SPRN_SIAR, 0); in power_pmu_disable()
2190 is_kernel_addr(mfspr(SPRN_SIAR))) in record_and_restart()
2252 return mfspr(SPRN_SIAR) + perf_ip_adjust(regs); in perf_instruction_pointer()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S134 mfspr r9, SPRN_SIAR
Dbook3s_hv_rmhandlers.S3482 mtspr SPRN_SIAR, r7
3545 mtspr SPRN_SIAR, r6
3612 mfspr r7, SPRN_SIAR
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h934 #define SPRN_SIAR 796 macro
1066 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c1993 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()