Searched refs:SPRN_SIAR (Results 1 – 7 of 7) sorted by relevance
| /arch/powerpc/kvm/ |
| A D | book3s_hv_p9_perf.c | 63 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()
|
| A D | book3s_hv_interrupts.S | 133 mfspr r9, SPRN_SIAR
|
| A D | book3s_hv_rmhandlers.S | 2802 mtspr SPRN_SIAR, r7 2857 mtspr SPRN_SIAR, r6 2918 mfspr r7, SPRN_SIAR
|
| /arch/powerpc/perf/ |
| A D | perf_regs.c | 97 return mfspr(SPRN_SIAR); in get_ext_regs_value()
|
| A D | core-book3s.c | 285 siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 304 siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 632 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out() 669 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in() 955 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug() 1401 mtspr(SPRN_SIAR, 0); in power_pmu_disable() 2299 is_kernel_addr(mfspr(SPRN_SIAR))) in record_and_restart() 2374 unsigned long siar = mfspr(SPRN_SIAR); in perf_arch_instruction_pointer()
|
| /arch/powerpc/include/asm/ |
| A D | reg.h | 937 #define SPRN_SIAR 796 macro 1069 #define SPRN_SIAR 955 /* Sampled Instruction Address Register */ macro
|
| /arch/powerpc/xmon/ |
| A D | xmon.c | 2056 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()
|
Completed in 32 milliseconds