Searched refs:SPRN_PMC3 (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_hv_p9_perf.c | 56 host_os_sprs->pmc3 = mfspr(SPRN_PMC3); in switch_pmu_to_guest() 90 mtspr(SPRN_PMC3, vcpu->arch.pmc[2]); in switch_pmu_to_guest() 144 vcpu->arch.pmc[2] = mfspr(SPRN_PMC3); in switch_pmu_to_host() 197 mtspr(SPRN_PMC3, host_os_sprs->pmc3); in switch_pmu_to_host()
|
D | book3s_hv_interrupts.S | 147 mfspr r6, SPRN_PMC3
|
D | book3s_hv_rmhandlers.S | 2793 mtspr SPRN_PMC3, r6 2848 mtspr SPRN_PMC3, r5 2932 mfspr r5, SPRN_PMC3
|
/arch/powerpc/perf/ |
D | core-book3s.c | 754 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround() 773 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround() 826 val = mfspr(SPRN_PMC3); in read_pmc() 865 mtspr(SPRN_PMC3, val); in write_pmc()
|
/arch/powerpc/include/asm/ |
D | reg.h | 926 #define SPRN_PMC3 789 macro 1068 #define SPRN_PMC3 957 /* Performance Counter Register 3 */ macro
|
/arch/powerpc/kernel/ |
D | sysfs.c | 606 SYSFS_PMCSETUP(pmc3, SPRN_PMC3);
|
/arch/powerpc/xmon/ |
D | xmon.c | 2073 mfspr(SPRN_PMC3), mfspr(SPRN_PMC4)); in dump_207_sprs()
|