Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Doprofile_impl.h77 return mfspr(SPRN_PMC2); in classic_ctr_read()
106 mtspr(SPRN_PMC2, val); in classic_ctr_write()
Dreg.h735 #define SPRN_PMC2 788 macro
873 #define SPRN_PMC2 954 /* Performance Counter Register 2 */ macro
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S111 mfspr r5, SPRN_PMC2
Dbook3s_hv_rmhandlers.S108 mtspr SPRN_PMC2, r4
678 mtspr SPRN_PMC2, r5
1333 mfspr r4, SPRN_PMC2
/arch/powerpc/perf/
Dcore-book3s.c663 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround()
682 mtspr(SPRN_PMC2, pmcs[1]); in pmao_restore_workaround()
704 val = mfspr(SPRN_PMC2); in read_pmc()
743 mtspr(SPRN_PMC2, val); in write_pmc()
/arch/powerpc/kernel/
Dsysfs.c470 SYSFS_PMCSETUP(pmc2, SPRN_PMC2);