Home
last modified time | relevance | path

Searched refs:SPRN_PMC3 (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Doprofile_impl.h79 return mfspr(SPRN_PMC3); in classic_ctr_read()
109 mtspr(SPRN_PMC3, val); in classic_ctr_write()
Dreg.h848 #define SPRN_PMC3 789 macro
986 #define SPRN_PMC3 957 /* Performance Counter Register 3 */ macro
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S101 mfspr r6, SPRN_PMC3
Dbook3s_hv_rmhandlers.S121 mtspr SPRN_PMC3, r5
801 mtspr SPRN_PMC3, r6
1722 mfspr r5, SPRN_PMC3
/arch/powerpc/perf/
Dcore-book3s.c688 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()
707 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround()
740 val = mfspr(SPRN_PMC3); in read_pmc()
779 mtspr(SPRN_PMC3, val); in write_pmc()
/arch/powerpc/kernel/
Dsysfs.c471 SYSFS_PMCSETUP(pmc3, SPRN_PMC3);
/arch/powerpc/xmon/
Dxmon.c1804 mfspr(SPRN_PMC3), mfspr(SPRN_PMC4)); in dump_207_sprs()