Searched refs:SPRN_PMC6 (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/include/asm/ |
D | oprofile_impl.h | 85 return mfspr(SPRN_PMC6); in classic_ctr_read() 118 mtspr(SPRN_PMC6, val); in classic_ctr_write()
|
D | reg.h | 851 #define SPRN_PMC6 792 macro 989 #define SPRN_PMC6 946 /* Performance Counter Register 6 */ macro
|
/arch/powerpc/kvm/ |
D | book3s_hv_interrupts.S | 104 mfspr r9, SPRN_PMC6
|
D | book3s_hv_rmhandlers.S | 124 mtspr SPRN_PMC6, r9 804 mtspr SPRN_PMC6, r9 1725 mfspr r8, SPRN_PMC6 3208 mtspr SPRN_PMC6, r3
|
/arch/powerpc/perf/ |
D | core-book3s.c | 691 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/ |
D | sysfs.c | 474 SYSFS_PMCSETUP(pmc6, SPRN_PMC6);
|
/arch/powerpc/xmon/ |
D | xmon.c | 1808 mfspr(SPRN_SDAR), mfspr(SPRN_SIER), mfspr(SPRN_PMC6)); in dump_207_sprs()
|