Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Dpmc56_overflow_test.c38 val = mfspr(SPRN_PMC6); in ebb_callee()
71 mtspr(SPRN_PMC6, 0); in pmc56_overflow()
Debb.c239 mfspr(SPRN_PMC4), mfspr(SPRN_PMC5), mfspr(SPRN_PMC6), in dump_ebb_hw_state()
450 case 6: mtspr(SPRN_PMC6, value); break; in write_pmc()
462 case 6: return mfspr(SPRN_PMC6); in read_pmc()
Dmulti_counter_test.c63 mtspr(SPRN_PMC6, pmc_sample_period(sample_period)); in multi_counter()
/Linux-v4.19/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.h879 #define SPRN_PMC6 792 macro
1017 #define SPRN_PMC6 946 /* Performance Counter Register 6 */ macro
/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dreg.h43 #define SPRN_PMC6 776 macro
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S105 mfspr r9, SPRN_PMC6
Dbook3s_hv_rmhandlers.S136 mtspr SPRN_PMC6, r9
831 mtspr SPRN_PMC6, r9
1860 mfspr r8, SPRN_PMC6
3440 mtspr SPRN_PMC6, r3
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c691 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()
741 val = mfspr(SPRN_PMC6); in read_pmc()
780 mtspr(SPRN_PMC6, val); in write_pmc()
1163 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0()
2162 mfspr(SPRN_PMC6)); in perf_event_interrupt()
/Linux-v4.19/arch/powerpc/kernel/
Dsysfs.c475 SYSFS_PMCSETUP(pmc6, SPRN_PMC6);
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c1852 mfspr(SPRN_SDAR), mfspr(SPRN_SIER), mfspr(SPRN_PMC6)); in dump_207_sprs()