Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Doprofile_impl.h75 return mfspr(SPRN_PMC1); in classic_ctr_read()
103 mtspr(SPRN_PMC1, val); in classic_ctr_write()
Dreg.h740 #define SPRN_PMC1 787 macro
878 #define SPRN_PMC1 953 /* Performance Counter Register 1 */ macro
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S106 mfspr r3, SPRN_PMC1
Dbook3s_hv_rmhandlers.S105 mtspr SPRN_PMC1, r3
698 mtspr SPRN_PMC1, r3
1417 mfspr r3, SPRN_PMC1
/arch/powerpc/perf/
Dcore-book3s.c677 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
696 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
716 val = mfspr(SPRN_PMC1); in read_pmc()
755 mtspr(SPRN_PMC1, val); in write_pmc()
/arch/powerpc/kernel/
Dsysfs.c469 SYSFS_PMCSETUP(pmc1, SPRN_PMC1);