Home
last modified time | relevance | path

Searched refs:scu_get_core_count (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/arm/include/asm/
Dsmp_scu.h9 unsigned int scu_get_core_count(void __iomem *);
/linux-2.6.39/arch/arm/kernel/
Dsmp_scu.c26 unsigned int __init scu_get_core_count(void __iomem *scu_base) in scu_get_core_count() function
/linux-2.6.39/arch/arm/mach-realview/
Dplatsmp.c51 ncores = scu_base ? scu_get_core_count(scu_base) : 1; in smp_init_cpus()
/linux-2.6.39/arch/arm/mach-shmobile/
Dsmp-sh73a0.c62 return scu_get_core_count(scu_base); in sh73a0_get_core_count()
/linux-2.6.39/arch/arm/mach-omap2/
Domap-smp.c108 ncores = scu_get_core_count(scu_base); in smp_init_cpus()
/linux-2.6.39/arch/arm/mach-exynos4/
Dplatsmp.c137 ncores = scu_base ? scu_get_core_count(scu_base) : 1; in smp_init_cpus()
/linux-2.6.39/arch/arm/mach-tegra/
Dplatsmp.c115 unsigned int i, ncores = scu_get_core_count(scu_base); in smp_init_cpus()
/linux-2.6.39/arch/arm/mach-ux500/
Dplatsmp.c152 ncores = scu_base ? scu_get_core_count(scu_base) : 1; in smp_init_cpus()
/linux-2.6.39/arch/arm/mach-vexpress/
Dct-ca9x4.c209 int i, ncores = scu_get_core_count(MMIO_P2V(A9_MPCORE_SCU)); in ct_ca9x4_init_cpu_map()