Home
last modified time | relevance | path

Searched refs:pmcs (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/mips/pmcs-msp71xx/
DPlatform4 platform-$(CONFIG_PMC_MSP) += pmcs-msp71xx/
5 cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
/Linux-v5.4/arch/powerpc/perf/
Dcore-book3s.c639 unsigned pmcs[6]; in pmao_restore_workaround() local
695 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
696 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround()
697 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()
698 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround()
699 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()
700 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()
714 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
715 mtspr(SPRN_PMC2, pmcs[1]); in pmao_restore_workaround()
716 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround()
[all …]
/Linux-v5.4/arch/mips/
DKbuild.platforms27 platforms += pmcs-msp71xx
DKconfig1034 source "arch/mips/pmcs-msp71xx/Kconfig"
/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c1133 pfm_restore_pmcs(unsigned long *pmcs, unsigned long mask) in pfm_restore_pmcs() argument
1139 ia64_set_pmc(i, pmcs[i]); in pfm_restore_pmcs()