Home
last modified time | relevance | path

Searched refs:SPRN_PMC1 (Results 1 – 7 of 7) 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.h774 #define SPRN_PMC1 787 macro
912 #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
752 mtspr SPRN_PMC1, r3
1507 mfspr r3, SPRN_PMC1
/arch/powerpc/perf/
Dcore-book3s.c667 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
686 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
706 val = mfspr(SPRN_PMC1); in read_pmc()
745 mtspr(SPRN_PMC1, val); in write_pmc()
/arch/powerpc/kernel/
Dsysfs.c469 SYSFS_PMCSETUP(pmc1, SPRN_PMC1);
/arch/powerpc/xmon/
Dxmon.c1739 mfspr(SPRN_PMC1), mfspr(SPRN_PMC2), in dump_207_sprs()