Searched refs:SPRN_PMC5 (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/include/asm/ |
D | oprofile_impl.h | 83 return mfspr(SPRN_PMC5); in classic_ctr_read() 115 mtspr(SPRN_PMC5, val); in classic_ctr_write()
|
D | reg.h | 778 #define SPRN_PMC5 791 macro 916 #define SPRN_PMC5 945 /* Performance Counter Register 5 */ macro
|
/arch/powerpc/kvm/ |
D | book3s_hv_interrupts.S | 110 mfspr r8, SPRN_PMC5
|
D | book3s_hv_rmhandlers.S | 109 mtspr SPRN_PMC5, r8 756 mtspr SPRN_PMC5, r8 1511 mfspr r7, SPRN_PMC5
|
/arch/powerpc/perf/ |
D | core-book3s.c | 671 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround() 690 mtspr(SPRN_PMC5, pmcs[4]); in pmao_restore_workaround() 718 val = mfspr(SPRN_PMC5); in read_pmc() 757 mtspr(SPRN_PMC5, val); in write_pmc() 1138 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0() 2091 freeze_limited_counters(cpuhw, mfspr(SPRN_PMC5), in perf_event_interrupt()
|
/arch/powerpc/kernel/ |
D | sysfs.c | 473 SYSFS_PMCSETUP(pmc5, SPRN_PMC5);
|
/arch/powerpc/xmon/ |
D | xmon.c | 1742 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()
|