Searched refs:SPRN_PMC4 (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | lost_exception_test.c | 51 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in test_body() 78 mtspr(SPRN_PMC4, 0xdead); in test_body()
|
| H A D | ebb.c | 239 mfspr(SPRN_PMC4), mfspr(SPRN_PMC5), mfspr(SPRN_PMC6), in dump_ebb_hw_state() 446 case 4: mtspr(SPRN_PMC4, value); break; in write_pmc() 458 case 4: return mfspr(SPRN_PMC4); in read_pmc()
|
| H A D | multi_counter_test.c | 61 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in multi_counter()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | oprofile_impl.h | 77 return mfspr(SPRN_PMC4); in classic_ctr_read() 108 mtspr(SPRN_PMC4, val); in classic_ctr_write()
|
| H A D | reg.h | 920 #define SPRN_PMC4 790 macro 1062 #define SPRN_PMC4 958 /* Performance Counter Register 4 */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | reg.h | 42 #define SPRN_PMC4 774 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_interrupts.S | 157 mfspr r7, SPRN_PMC4
|
| H A D | book3s_hv_rmhandlers.S | 3472 mtspr SPRN_PMC4, r7 3535 mtspr SPRN_PMC4, r6 3633 mfspr r6, SPRN_PMC4
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | core-book3s.c | 702 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround() 721 mtspr(SPRN_PMC4, pmcs[3]); in pmao_restore_workaround() 748 val = mfspr(SPRN_PMC4); in read_pmc() 787 mtspr(SPRN_PMC4, val); in write_pmc()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 333 #define SPRN_PMC4 0x3BE /* Performance Counter Register 4 */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | sysfs.c | 602 SYSFS_PMCSETUP(pmc4, SPRN_PMC4);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 1991 mfspr(SPRN_PMC3), mfspr(SPRN_PMC4)); in dump_207_sprs()
|