Home
last modified time | relevance | path

Searched refs:SPRN_PMC6 (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Doprofile_impl.h85 return mfspr(SPRN_PMC6); in classic_ctr_read()
118 mtspr(SPRN_PMC6, val); in classic_ctr_write()
Dreg.h851 #define SPRN_PMC6 792 macro
989 #define SPRN_PMC6 946 /* Performance Counter Register 6 */ macro
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S104 mfspr r9, SPRN_PMC6
Dbook3s_hv_rmhandlers.S124 mtspr SPRN_PMC6, r9
804 mtspr SPRN_PMC6, r9
1725 mfspr r8, SPRN_PMC6
3208 mtspr SPRN_PMC6, r3
/arch/powerpc/perf/
Dcore-book3s.c691 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()
697 mtspr(SPRN_PMC6, 0x7FFFFFFE); in pmao_restore_workaround()
710 mtspr(SPRN_PMC6, pmcs[5]); in pmao_restore_workaround()
749 val = mfspr(SPRN_PMC6); in read_pmc()
788 mtspr(SPRN_PMC6, val); in write_pmc()
1186 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0()
2173 mfspr(SPRN_PMC6)); in perf_event_interrupt()
/arch/powerpc/kernel/
Dsysfs.c474 SYSFS_PMCSETUP(pmc6, SPRN_PMC6);
/arch/powerpc/xmon/
Dxmon.c1808 mfspr(SPRN_SDAR), mfspr(SPRN_SIER), mfspr(SPRN_PMC6)); in dump_207_sprs()