Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dlost_exception_test.c51 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in test_body()
78 mtspr(SPRN_PMC4, 0xdead); in test_body()
H A Debb.c239 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 Dmulti_counter_test.c61 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in multi_counter()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c57 host_os_sprs->pmc4 = mfspr(SPRN_PMC4); in switch_pmu_to_guest()
91 mtspr(SPRN_PMC4, vcpu->arch.pmc[3]); in switch_pmu_to_guest()
145 vcpu->arch.pmc[3] = mfspr(SPRN_PMC4); in switch_pmu_to_host()
198 mtspr(SPRN_PMC4, host_os_sprs->pmc4); in switch_pmu_to_host()
H A Dbook3s_hv_interrupts.S148 mfspr r7, SPRN_PMC4
H A Dbook3s_hv_rmhandlers.S2794 mtspr SPRN_PMC4, r7
2849 mtspr SPRN_PMC4, r6
2933 mfspr r6, SPRN_PMC4
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h44 #define SPRN_PMC4 774 macro
/linux/arch/powerpc/perf/
H A Dcore-book3s.c748 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround()
767 mtspr(SPRN_PMC4, pmcs[3]); in pmao_restore_workaround()
822 val = mfspr(SPRN_PMC4); in read_pmc()
861 mtspr(SPRN_PMC4, val); in write_pmc()
/linux/arch/powerpc/include/asm/
H A Dreg.h923 #define SPRN_PMC4 790 macro
1065 #define SPRN_PMC4 958 /* Performance Counter Register 4 */ macro
/linux/arch/powerpc/kernel/
H A Dsysfs.c607 SYSFS_PMCSETUP(pmc4, SPRN_PMC4);
/linux/arch/powerpc/xmon/
H A Dxmon.c2071 mfspr(SPRN_PMC3), mfspr(SPRN_PMC4)); in dump_207_sprs()