Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c64 host_os_sprs->sier1 = mfspr(SPRN_SIER); in switch_pmu_to_guest()
98 mtspr(SPRN_SIER, vcpu->arch.sier[0]); in switch_pmu_to_guest()
152 vcpu->arch.sier[0] = mfspr(SPRN_SIER); in switch_pmu_to_host()
205 mtspr(SPRN_SIER, host_os_sprs->sier1); in switch_pmu_to_host()
H A Dbook3s_hv_interrupts.S141 mfspr r9, SPRN_SIER
H A Dbook3s_hv_rmhandlers.S2808 mtspr SPRN_SIER, r6
2863 mtspr SPRN_SIER, r9
2941 mfspr r5, SPRN_SIER
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h50 #define SPRN_SIER 768 macro
/linux/arch/powerpc/perf/
H A Dcore-book3s.c329 regs->dar = mfspr(SPRN_SIER); in perf_read_regs()
633 current->thread.sier = mfspr(SPRN_SIER); in ebb_switch_out()
670 mtspr(SPRN_SIER, current->thread.sier); in ebb_switch_in()
940 sier = mfspr(SPRN_SIER); in perf_event_print_debug()
H A Disa207-common.c380 u64 sier = mfspr(SPRN_SIER); in isa207_get_mem_weight()
/linux/arch/powerpc/include/asm/
H A Dreg.h928 #define SPRN_SIER 784 macro
/linux/arch/powerpc/xmon/
H A Dxmon.c2058 mfspr(SPRN_SDAR), mfspr(SPRN_SIER), mfspr(SPRN_PMC6)); in dump_207_sprs()