Home
last modified time | relevance | path

Searched refs:SPRN_MMCR3 (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/perf/
Dperf_regs.c88 return mfspr(SPRN_MMCR3); in get_ext_regs_value()
Dcore-book3s.c97 #define SPRN_MMCR3 0 macro
640 current->thread.mmcr3 = mfspr(SPRN_MMCR3); in ebb_switch_out()
685 mtspr(SPRN_MMCR3, current->thread.mmcr3); in ebb_switch_in()
925 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in perf_event_print_debug()
1442 mtspr(SPRN_MMCR3, cpuhw->mmcr.mmcr3); in power_pmu_enable()
1487 mtspr(SPRN_MMCR3, cpuhw->mmcr.mmcr3); in power_pmu_enable()
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S142 mfspr r5, SPRN_MMCR3
Dbook3s_hv_rmhandlers.S2821 mtspr SPRN_MMCR3, r5
2890 mtspr SPRN_MMCR3, r5
2954 mfspr r5, SPRN_MMCR3
/arch/powerpc/kernel/
Dcpu_setup_power.c124 mtspr(SPRN_MMCR3, 0); in init_PMU_ISA31()
Ddt_cpu_ftrs.c427 mtspr(SPRN_MMCR3, 0); in init_pmu_power10()
Dsysfs.c616 SYSFS_PMCSETUP(mmcr3, SPRN_MMCR3);
/arch/powerpc/include/asm/
Dreg.h884 #define SPRN_MMCR3 754 macro
/arch/powerpc/xmon/
Dxmon.c2132 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in dump_310_sprs()