Home
last modified time | relevance | path

Searched refs:SPRN_PMC5 (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dpmc56_overflow_test.c32 val = mfspr(SPRN_PMC5); in ebb_callee()
68 mtspr(SPRN_PMC5, 0); in pmc56_overflow()
Dreg.h42 #define SPRN_PMC5 775 macro
Debb.c240 mfspr(SPRN_PMC4), mfspr(SPRN_PMC5), mfspr(SPRN_PMC6), in dump_ebb_hw_state()
440 case 5: mtspr(SPRN_PMC5, value); break; in write_pmc()
452 case 5: return mfspr(SPRN_PMC5); in read_pmc()
Dmulti_counter_test.c60 mtspr(SPRN_PMC5, pmc_sample_period(sample_period)); in multi_counter()
/linux-4.1.27/arch/powerpc/include/asm/
Doprofile_impl.h83 return mfspr(SPRN_PMC5); in classic_ctr_read()
115 mtspr(SPRN_PMC5, val); in classic_ctr_write()
Dreg.h744 #define SPRN_PMC5 791 macro
882 #define SPRN_PMC5 945 /* Performance Counter Register 5 */ macro
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S110 mfspr r8, SPRN_PMC5
Dbook3s_hv_rmhandlers.S101 mtspr SPRN_PMC5, r8
703 mtspr SPRN_PMC5, r8
1511 mfspr r7, SPRN_PMC5
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c667 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()
686 mtspr(SPRN_PMC5, pmcs[4]); in pmao_restore_workaround()
714 val = mfspr(SPRN_PMC5); in read_pmc()
753 mtspr(SPRN_PMC5, val); in write_pmc()
1134 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0()
2063 freeze_limited_counters(cpuhw, mfspr(SPRN_PMC5), in perf_event_interrupt()
/linux-4.1.27/arch/powerpc/kernel/
Dsysfs.c473 SYSFS_PMCSETUP(pmc5, SPRN_PMC5);