Searched refs:boot_cpuid (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dsmp.h70 extern int boot_cpuid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp.c369 BUG_ON(boot_cpuid != smp_processor_id());
372 smp_store_cpu_info(boot_cpuid);
373 cpu_callin_map[boot_cpuid] = 1;
383 if (cpu != boot_cpuid)
389 BUG_ON(smp_processor_id() != boot_cpuid);
391 cpu_set(boot_cpuid, cpu_online_map);
393 paca[boot_cpuid].__current = current;
395 current_set[boot_cpuid] = task_thread_info(current);
406 if (cpu == boot_cpuid)
584 set_cpus_allowed(current, cpumask_of_cpu(boot_cpuid));
[all...]
H A Dsetup_32.c56 int boot_cpuid; variable
57 EXPORT_SYMBOL_GPL(boot_cpuid); variable
H A Dsetup_64.c73 int boot_cpuid = 0; variable
191 setup_paca(boot_cpuid);
H A Dtime.c657 * No need to check whether cpu is offline here; boot_cpuid
660 if (cpu != boot_cpuid)
714 u64 previous_tb = per_cpu(last_jiffy, boot_cpuid);
720 if (i == boot_cpuid)
H A Dprom.c676 boot_cpuid = logical_cpuid;
677 set_hard_smp_processor_id(boot_cpuid, intserv[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_marvel.c294 printk(" Interrupts reported to CPU at PE %u\n", boot_cpuid);
299 io7_redirect_irq(io7, &io7->csrs->HLT_CTL.csr, boot_cpuid);
300 io7_redirect_irq(io7, &io7->csrs->HPI_CTL.csr, boot_cpuid);
301 io7_redirect_irq(io7, &io7->csrs->CRD_CTL.csr, boot_cpuid);
302 io7_redirect_irq(io7, &io7->csrs->STV_CTL.csr, boot_cpuid);
303 io7_redirect_irq(io7, &io7->csrs->HEI_CTL.csr, boot_cpuid);
313 init_one_io7_lsi(io7, i, boot_cpuid);
315 init_one_io7_lsi(io7, 0x74, boot_cpuid);
316 init_one_io7_lsi(io7, 0x75, boot_cpuid);
326 init_one_io7_msi(io7, i, boot_cpuid);
[all...]
H A Dsmp.c418 if (boot_cpuid != 0) {
420 boot_cpuid);
465 current_thread_info()->cpu = boot_cpuid;
467 smp_store_cpu_info(boot_cpuid);
468 smp_setup_percpu_timer(boot_cpuid);
472 cpu_present_map = cpumask_of_cpu(boot_cpuid);
H A Dirq_alpha.c66 if (cpu != boot_cpuid) {
H A Dproto.h122 extern int boot_cpuid;
H A Dprocess.c92 if (cpuid != boot_cpuid) {
121 cpu_clear(boot_cpuid, cpu_present_map);
H A Dsys_titan.c66 register int bcpu = boot_cpuid;
H A Dsys_dp264.c52 register int bcpu = boot_cpuid;
H A Dcore_marvel.c663 if (smp_processor_id() != boot_cpuid)
666 cpumask_of_cpu(boot_cpuid));
H A Dsetup.c85 int boot_cpuid; variable
507 boot_cpuid = hard_smp_processor_id();
H A Dcore_titan.c371 boot_cpuid = __hard_smp_processor_id();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsmp.h30 extern int boot_cpuid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dsmp.c132 if (cpu != boot_cpuid)
220 cpu_clear(boot_cpuid, of_spin_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c98 /*fix boot_cpuid here*/
99 if (cpu == boot_cpuid)
100 boot_cpuid = any_online_cpu(cpu_online_map);
H A Dsmp.c146 if (cpu != boot_cpuid)
249 cpu_clear(boot_cpuid, of_spin_map);
H A Dxics.c696 np = cpuid_to_of_node(boot_cpuid);
702 hcpuid = get_hard_smp_processor_id(boot_cpuid);
H A Dsetup.c276 vpa_init(boot_cpuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dnuma.c611 (void *)(unsigned long)boot_cpuid);

Completed in 281 milliseconds