Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/tools/testing/selftests/powerpc/include/
Dreg.h46 #define SPRN_SIAR 780 macro
/Linux-v5.15/arch/powerpc/perf/
Dcore-book3s.c281 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
300 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
634 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out()
671 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
916 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
1338 mtspr(SPRN_SIAR, 0); in power_pmu_disable()
2205 is_kernel_addr(mfspr(SPRN_SIAR))) in record_and_restart()
2263 unsigned long siar = mfspr(SPRN_SIAR); in perf_instruction_pointer()
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S129 mfspr r9, SPRN_SIAR
Dbook3s_hv_rmhandlers.S2816 mtspr SPRN_SIAR, r7
2879 mtspr SPRN_SIAR, r6
2946 mfspr r7, SPRN_SIAR
/Linux-v5.15/arch/powerpc/include/asm/
Dreg.h933 #define SPRN_SIAR 796 macro
1065 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro
/Linux-v5.15/arch/powerpc/xmon/
Dxmon.c2080 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()