Searched refs:SPRN_PMC5 (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | pmc56_overflow_test.c | 32 val = mfspr(SPRN_PMC5); in ebb_callee() 70 mtspr(SPRN_PMC5, 0); in pmc56_overflow()
|
| D | ebb.c | 239 mfspr(SPRN_PMC4), mfspr(SPRN_PMC5), mfspr(SPRN_PMC6), in dump_ebb_hw_state() 449 case 5: mtspr(SPRN_PMC5, value); break; in write_pmc() 461 case 5: return mfspr(SPRN_PMC5); in read_pmc()
|
| D | multi_counter_test.c | 62 mtspr(SPRN_PMC5, pmc_sample_period(sample_period)); in multi_counter()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | oprofile_impl.h | 79 return mfspr(SPRN_PMC5); in classic_ctr_read() 111 mtspr(SPRN_PMC5, val); in classic_ctr_write()
|
| D | reg.h | 893 #define SPRN_PMC5 791 macro 1031 #define SPRN_PMC5 945 /* Performance Counter Register 5 */ macro
|
| /Linux-v5.4/tools/testing/selftests/powerpc/include/ |
| D | reg.h | 43 #define SPRN_PMC5 775 macro
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv_interrupts.S | 147 mfspr r8, SPRN_PMC5
|
| D | book3s_hv_rmhandlers.S | 3401 mtspr SPRN_PMC5, r8 3456 mtspr SPRN_PMC5, r8 3538 mfspr r7, SPRN_PMC5
|
| /Linux-v5.4/arch/powerpc/perf/ |
| D | core-book3s.c | 699 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround() 718 mtspr(SPRN_PMC5, pmcs[4]); in pmao_restore_workaround() 747 val = mfspr(SPRN_PMC5); in read_pmc() 786 mtspr(SPRN_PMC5, val); in write_pmc() 1182 "i" (SPRN_PMC5), "i" (SPRN_PMC6)); in write_mmcr0() 2182 freeze_limited_counters(cpuhw, mfspr(SPRN_PMC5), in __perf_event_interrupt()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | sysfs.c | 476 SYSFS_PMCSETUP(pmc5, SPRN_PMC5);
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 1870 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()
|