Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/powerpc/perf/
Dcore-book3s.c630 unsigned pmcs[6]; in pmao_restore_workaround() local
686 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
687 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround()
688 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()
689 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround()
690 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()
691 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()
705 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
706 mtspr(SPRN_PMC2, pmcs[1]); in pmao_restore_workaround()
707 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround()
[all …]
/Linux-v4.19/arch/mips/
DKbuild.platforms26 platforms += pmcs-msp71xx
DKconfig1020 source "arch/mips/pmcs-msp71xx/Kconfig"
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c1178 pfm_restore_pmcs(unsigned long *pmcs, unsigned long mask) in pfm_restore_pmcs() argument
1184 ia64_set_pmc(i, pmcs[i]); in pfm_restore_pmcs()