Searched refs:SPRN_PMC2 (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | oprofile_impl.h | 73 return mfspr(SPRN_PMC2); in classic_ctr_read() 102 mtspr(SPRN_PMC2, val); in classic_ctr_write()
|
| D | reg.h | 916 #define SPRN_PMC2 788 macro 1058 #define SPRN_PMC2 954 /* Performance Counter Register 2 */ macro
|
| /Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | ebb.c | 238 mfspr(SPRN_PMC1), mfspr(SPRN_PMC2), mfspr(SPRN_PMC3), in dump_ebb_hw_state() 444 case 2: mtspr(SPRN_PMC2, value); break; in write_pmc() 456 case 2: return mfspr(SPRN_PMC2); in read_pmc()
|
| D | pmc56_overflow_test.c | 69 mtspr(SPRN_PMC2, pmc_sample_period(sample_period)); in pmc56_overflow()
|
| D | multi_counter_test.c | 59 mtspr(SPRN_PMC2, pmc_sample_period(sample_period)); in multi_counter()
|
| /Linux-v5.10/tools/testing/selftests/powerpc/include/ |
| D | reg.h | 40 #define SPRN_PMC2 772 macro
|
| /Linux-v5.10/arch/powerpc/kvm/ |
| D | book3s_hv_interrupts.S | 155 mfspr r5, SPRN_PMC2
|
| D | book3s_hv_rmhandlers.S | 3432 mtspr SPRN_PMC2, r5 3495 mtspr SPRN_PMC2, r4 3593 mfspr r4, SPRN_PMC2
|
| /Linux-v5.10/arch/powerpc/perf/ |
| D | core-book3s.c | 709 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround() 728 mtspr(SPRN_PMC2, pmcs[1]); in pmao_restore_workaround() 751 val = mfspr(SPRN_PMC2); in read_pmc() 790 mtspr(SPRN_PMC2, val); in write_pmc()
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | sysfs.c | 600 SYSFS_PMCSETUP(pmc2, SPRN_PMC2);
|
| /Linux-v5.10/arch/powerpc/xmon/ |
| D | xmon.c | 1988 mfspr(SPRN_PMC1), mfspr(SPRN_PMC2), in dump_207_sprs()
|