Searched refs:SPRN_SIER2 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv_p9_perf.c | 68 host_os_sprs->sier2 = mfspr(SPRN_SIER2); in switch_pmu_to_guest() 102 mtspr(SPRN_SIER2, vcpu->arch.sier[1]); in switch_pmu_to_guest() 156 vcpu->arch.sier[1] = mfspr(SPRN_SIER2); in switch_pmu_to_host() 209 mtspr(SPRN_SIER2, host_os_sprs->sier2); in switch_pmu_to_host()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv_interrupts.S | 148 mfspr r6, SPRN_SIER2
|
H A D | book3s_hv_rmhandlers.S | 3489 mtspr SPRN_SIER2, r6 3558 mtspr SPRN_SIER2, r6 3622 mfspr r6, SPRN_SIER2
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | perf_regs.c | 88 return mfspr(SPRN_SIER2); in get_ext_regs_value()
|
H A D | core-book3s.c | 94 #define SPRN_SIER2 0 macro 589 current->thread.sier2 = mfspr(SPRN_SIER2); in ebb_switch_out() 634 mtspr(SPRN_SIER2, current->thread.sier2); in ebb_switch_in() 873 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in perf_event_print_debug()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | perf_regs.c | 90 return mfspr(SPRN_SIER2); in get_ext_regs_value()
|
H A D | isa207-common.c | 395 weight_fields->var2_w = P10_SIER2_FINISH_CYC(mfspr(SPRN_SIER2)); in isa207_get_mem_weight() 396 weight_fields->var3_w = P10_SIER2_DISPATCH_CYC(mfspr(SPRN_SIER2)); in isa207_get_mem_weight()
|
H A D | core-book3s.c | 99 #define SPRN_SIER2 0 macro 642 current->thread.sier2 = mfspr(SPRN_SIER2); in ebb_switch_out() 687 mtspr(SPRN_SIER2, current->thread.sier2); in ebb_switch_in() 954 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in perf_event_print_debug()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg.h | 930 #define SPRN_SIER2 752 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg.h | 937 #define SPRN_SIER2 752 macro
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 2041 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in dump_310_sprs()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 2131 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in dump_310_sprs()
|
Completed in 31 milliseconds