Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/
H A Dpmc56_overflow_test.c32 val = mfspr(SPRN_PMC5); in ebb_callee()
70 mtspr(SPRN_PMC5, 0); in pmc56_overflow()
H A Debb.c239 mfspr(SPRN_PMC4), mfspr(SPRN_PMC5), mfspr(SPRN_PMC6), in dump_ebb_hw_state()
447 case 5: mtspr(SPRN_PMC5, value); break; in write_pmc()
459 case 5: return mfspr(SPRN_PMC5); in read_pmc()
H A Dmulti_counter_test.c62 mtspr(SPRN_PMC5, pmc_sample_period(sample_period)); in multi_counter()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Doprofile_impl.h79 return mfspr(SPRN_PMC5); in classic_ctr_read()
111 mtspr(SPRN_PMC5, val); in classic_ctr_write()
H A Dreg.h921 #define SPRN_PMC5 791 macro
1063 #define SPRN_PMC5 945 /* Performance Counter Register 5 */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dreg.h43 #define SPRN_PMC5 775 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_interrupts.S158 mfspr r8, SPRN_PMC5
H A Dbook3s_hv_rmhandlers.S3473 mtspr SPRN_PMC5, r8
3536 mtspr SPRN_PMC5, r8
3634 mfspr r7, SPRN_PMC5
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c703 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()
722 mtspr(SPRN_PMC5, pmcs[4]); in pmao_restore_workaround()
751 val = mfspr(SPRN_PMC5); in read_pmc()
790 mtspr(SPRN_PMC5, val); in write_pmc()
1204 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0()
2293 freeze_limited_counters(cpuhw, mfspr(SPRN_PMC5), in __perf_event_interrupt()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsysfs.c603 SYSFS_PMCSETUP(pmc5, SPRN_PMC5);
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c1993 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()