Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
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()
Dbook3s_hv_interrupts.S133 mfspr r9, SPRN_SIAR
Dbook3s_hv_rmhandlers.S2804 mtspr SPRN_SIAR, r7
2859 mtspr SPRN_SIAR, r6
2920 mfspr r7, SPRN_SIAR
/arch/powerpc/perf/
Dperf_regs.c97 return mfspr(SPRN_SIAR); in get_ext_regs_value()
Dcore-book3s.c282 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
301 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags()
635 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out()
672 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
958 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
1404 mtspr(SPRN_SIAR, 0); in power_pmu_disable()
2297 is_kernel_addr(mfspr(SPRN_SIAR))) in record_and_restart()
2358 unsigned long siar = mfspr(SPRN_SIAR); in perf_instruction_pointer()
/arch/powerpc/include/asm/
Dreg.h941 #define SPRN_SIAR 796 macro
1073 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro
/arch/powerpc/xmon/
Dxmon.c2075 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()