Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dreg.h45 #define SPRN_SIAR 780 macro
Debb.c242 mfspr(SPRN_SIAR)); in dump_ebb_hw_state()
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_7450.c183 pc = mfspr(SPRN_SIAR); in fsl7450_handle_interrupt()
Dop_model_power4.c283 unsigned long pc = mfspr(SPRN_SIAR); in get_pc()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S94 mfspr r9, SPRN_SIAR
Dbook3s_hv_rmhandlers.S110 mtspr SPRN_SIAR, r6
797 mtspr SPRN_SIAR, r7
1594 mfspr r7, SPRN_SIAR
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c245 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
557 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out()
589 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
817 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
2040 return mfspr(SPRN_SIAR) + perf_ip_adjust(regs); in perf_instruction_pointer()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h752 #define SPRN_SIAR 796 macro
884 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro