Home
last modified time | relevance | path

Searched refs:SPRN_PMC1 (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S149 mfspr r3, SPRN_PMC1
Dbook3s_hv_rmhandlers.S2802 mtspr SPRN_PMC1, r3
2865 mtspr SPRN_PMC1, r3
2963 mfspr r3, SPRN_PMC1
/arch/powerpc/perf/
Dcore-book3s.c751 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
770 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
791 val = mfspr(SPRN_PMC1); in read_pmc()
830 mtspr(SPRN_PMC1, val); in write_pmc()
/arch/powerpc/include/asm/
Dreg.h916 #define SPRN_PMC1 787 macro
1058 #define SPRN_PMC1 953 /* Performance Counter Register 1 */ macro
/arch/powerpc/kernel/
Dsysfs.c599 SYSFS_PMCSETUP(pmc1, SPRN_PMC1);
/arch/powerpc/xmon/
Dxmon.c2079 mfspr(SPRN_PMC1), mfspr(SPRN_PMC2), in dump_207_sprs()