Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/include/
Dreg.h48 #define SPRN_SIER 768 macro
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S140 mfspr r9, SPRN_SIER
Dbook3s_hv_p9_entry.c74 host_os_sprs->sier1 = mfspr(SPRN_SIER); in switch_pmu_to_guest()
108 mtspr(SPRN_SIER, vcpu->arch.sier[0]); in switch_pmu_to_guest()
162 vcpu->arch.sier[0] = mfspr(SPRN_SIER); in switch_pmu_to_host()
215 mtspr(SPRN_SIER, host_os_sprs->sier1); in switch_pmu_to_host()
Dbook3s_hv_rmhandlers.S2802 mtspr SPRN_SIER, r6
2856 mtspr SPRN_SIER, r9
2933 mfspr r5, SPRN_SIER
/linux-5.19.10/arch/powerpc/perf/
Disa207-common.c322 sier = mfspr(SPRN_SIER); in isa207_get_mem_data_src()
368 u64 sier = mfspr(SPRN_SIER); in isa207_get_mem_weight()
Dcore-book3s.c333 regs->dar = mfspr(SPRN_SIER); in perf_read_regs()
636 current->thread.sier = mfspr(SPRN_SIER); in ebb_switch_out()
673 mtspr(SPRN_SIER, current->thread.sier); in ebb_switch_in()
943 sier = mfspr(SPRN_SIER); in perf_event_print_debug()
/linux-5.19.10/arch/powerpc/include/asm/
Dreg.h921 #define SPRN_SIER 784 macro
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c2079 mfspr(SPRN_SDAR), mfspr(SPRN_SIER), mfspr(SPRN_PMC6)); in dump_207_sprs()