Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c63 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()
H A Dbook3s_hv_interrupts.S133 mfspr r9, SPRN_SIAR
H A Dbook3s_hv_rmhandlers.S2804 mtspr SPRN_SIAR, r7
2859 mtspr SPRN_SIAR, r6
2920 mfspr r7, SPRN_SIAR
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A 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()
H A Debb.c240 mfspr(SPRN_SIAR)); in dump_ebb_hw_state()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h48 #define SPRN_SIAR 780 macro
/linux/arch/powerpc/perf/
H A Dperf_regs.c97 return mfspr(SPRN_SIAR); in get_ext_regs_value()
/linux/arch/powerpc/include/asm/
H A Dreg.h937 #define SPRN_SIAR 796 macro
1069 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro