Searched refs:SPRN_PMC3 (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | ebb.c | 238 mfspr(SPRN_PMC1), mfspr(SPRN_PMC2), mfspr(SPRN_PMC3), in dump_ebb_hw_state() 445 case 3: mtspr(SPRN_PMC3, value); break; in write_pmc() 457 case 3: return mfspr(SPRN_PMC3); in read_pmc()
|
A D | multi_counter_test.c | 60 mtspr(SPRN_PMC3, pmc_sample_period(sample_period)); in multi_counter()
|
/linux/tools/testing/selftests/powerpc/include/ |
A D | reg.h | 41 #define SPRN_PMC3 773 macro
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_interrupts.S | 151 mfspr r6, SPRN_PMC3
|
A D | book3s_hv_rmhandlers.S | 2805 mtspr SPRN_PMC3, r6 2868 mtspr SPRN_PMC3, r5 2966 mfspr r5, SPRN_PMC3
|
/linux/arch/powerpc/perf/ |
A D | core-book3s.c | 753 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround() 772 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround() 797 val = mfspr(SPRN_PMC3); in read_pmc() 836 mtspr(SPRN_PMC3, val); in write_pmc()
|
/linux/arch/powerpc/include/asm/ |
A D | reg.h | 918 #define SPRN_PMC3 789 macro 1060 #define SPRN_PMC3 957 /* Performance Counter Register 3 */ macro
|
/linux/arch/powerpc/kernel/ |
A D | sysfs.c | 601 SYSFS_PMCSETUP(pmc3, SPRN_PMC3);
|
/linux/arch/powerpc/xmon/ |
A D | xmon.c | 2078 mfspr(SPRN_PMC3), mfspr(SPRN_PMC4)); in dump_207_sprs()
|
Completed in 30 milliseconds