Home
last modified time | relevance | path

Searched refs:SPRN_PMC6 (Results 1 – 6 of 6) 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.h745 #define SPRN_PMC6 792 macro
883 #define SPRN_PMC6 946 /* Performance Counter Register 6 */ macro
/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S111 mfspr r9, SPRN_PMC6
Dbook3s_hv_rmhandlers.S110 mtspr SPRN_PMC6, r9
703 mtspr SPRN_PMC6, r9
1422 mfspr r8, SPRN_PMC6
2759 mtspr SPRN_PMC6, r3
/arch/powerpc/perf/
Dcore-book3s.c682 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()
688 mtspr(SPRN_PMC6, 0x7FFFFFFE); in pmao_restore_workaround()
701 mtspr(SPRN_PMC6, pmcs[5]); in pmao_restore_workaround()
731 val = mfspr(SPRN_PMC6); in read_pmc()
770 mtspr(SPRN_PMC6, val); in write_pmc()
1148 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0()
2138 mfspr(SPRN_PMC6)); in perf_event_interrupt()
/arch/powerpc/kernel/
Dsysfs.c474 SYSFS_PMCSETUP(pmc6, SPRN_PMC6);