Searched refs:pmcs (Results 1 – 5 of 5) sorted by relevance
4 platform-$(CONFIG_PMC_MSP) += pmcs-msp71xx/5 cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
630 unsigned pmcs[6]; in pmao_restore_workaround() local686 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 …]
26 platforms += pmcs-msp71xx
1020 source "arch/mips/pmcs-msp71xx/Kconfig"
1178 pfm_restore_pmcs(unsigned long *pmcs, unsigned long mask) in pfm_restore_pmcs() argument1184 ia64_set_pmc(i, pmcs[i]); in pfm_restore_pmcs()