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 \
639 unsigned pmcs[6]; in pmao_restore_workaround() local695 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 …]
27 platforms += pmcs-msp71xx
1034 source "arch/mips/pmcs-msp71xx/Kconfig"
1133 pfm_restore_pmcs(unsigned long *pmcs, unsigned long mask) in pfm_restore_pmcs() argument1139 ia64_set_pmc(i, pmcs[i]); in pfm_restore_pmcs()