Home
last modified time | relevance | path

Searched refs:SPRN_PMC3 (Results 1 – 6 of 6) 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.h736 #define SPRN_PMC3 789 macro
874 #define SPRN_PMC3 957 /* Performance Counter Register 3 */ macro
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S112 mfspr r6, SPRN_PMC3
Dbook3s_hv_rmhandlers.S109 mtspr SPRN_PMC3, r5
679 mtspr SPRN_PMC3, r6
1334 mfspr r5, SPRN_PMC3
/arch/powerpc/perf/
Dcore-book3s.c664 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()
683 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround()
707 val = mfspr(SPRN_PMC3); in read_pmc()
746 mtspr(SPRN_PMC3, val); in write_pmc()
/arch/powerpc/kernel/
Dsysfs.c471 SYSFS_PMCSETUP(pmc3, SPRN_PMC3);