Searched refs:ncores (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap-smp.c115 unsigned int i, ncores; local
121 ncores = get_core_count();
123 for (i = 0; i < ncores; i++)
129 unsigned int ncores = get_core_count(); local
134 if (ncores == 0) {
137 ncores = 1;
140 if (ncores > NR_CPUS) {
144 ncores, NR_CPUS);
145 ncores = NR_CPUS;
152 if (max_cpus > ncores)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/
H A Dplatsmp.c128 unsigned int i, ncores; local
130 ncores = scu_base ? scu_get_core_count(scu_base) : 1;
133 if (ncores == 0) {
137 ncores = 1;
140 if (ncores > NR_CPUS) {
144 ncores, NR_CPUS);
145 ncores = NR_CPUS;
148 for (i = 0; i < ncores; i++)
154 unsigned int ncores = num_possible_cpus(); local
161 if (max_cpus > ncores)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-vexpress/
H A Dplatsmp.c122 unsigned int i, ncores; local
124 ncores = scu_base ? scu_get_core_count(scu_base) : 1;
127 if (ncores == 0) {
131 ncores = 1;
134 if (ncores > NR_CPUS) {
138 ncores, NR_CPUS);
139 ncores = NR_CPUS;
142 for (i = 0; i < ncores; i++)
148 unsigned int ncores = num_possible_cpus(); local
157 if (max_cpus > ncores)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dplatsmp.c127 unsigned int i, ncores = get_core_count(); local
129 for (i = 0; i < ncores; i++)
135 unsigned int ncores = get_core_count(); local
140 if (ncores == 0) {
143 ncores = 1;
146 if (ncores > num_possible_cpus()) {
150 ncores, num_possible_cpus());
151 ncores = num_possible_cpus();
159 if (max_cpus > ncores)
160 max_cpus = ncores;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-realview/
H A Dplatsmp.c151 unsigned int i, ncores = get_core_count(); local
153 for (i = 0; i < ncores; i++)
159 unsigned int ncores = get_core_count(); local
164 if (ncores == 0) {
168 ncores = 1;
171 if (ncores > NR_CPUS) {
175 ncores, NR_CPUS);
176 ncores = NR_CPUS;
184 if (max_cpus > ncores)
185 max_cpus = ncores;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dplatsmp.c151 unsigned int i, ncores = get_core_count(); local
153 for (i = 0; i < ncores; i++)
159 unsigned int ncores = get_core_count(); local
164 if (ncores == 0) {
168 ncores = 1;
171 if (ncores > NR_CPUS) {
175 ncores, NR_CPUS);
176 ncores = NR_CPUS;
184 if (max_cpus > ncores)
185 max_cpus = ncores;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dplatsmp.c118 unsigned int i, ncores = scu_get_core_count(scu_base); local
120 for (i = 0; i < ncores; i++)
126 unsigned int ncores = scu_get_core_count(scu_base); local
135 if (max_cpus > ncores)
136 max_cpus = ncores;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp_scu.c30 unsigned int ncores = __raw_readl(scu_base + SCU_CONFIG); local
31 return (ncores & 0x03) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsbutils.c41 uint ncores);
539 * address that the default core is mapped at. 'ncores' is the number of

Completed in 71 milliseconds