• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/

Lines Matching defs:cpuid

67 /* Set to a secondary's cpuid when it comes online.  */
89 smp_store_cpu_info(int cpuid)
91 cpu_data[cpuid].loops_per_jiffy = loops_per_jiffy;
92 cpu_data[cpuid].last_asn = ASN_FIRST_VERSION;
93 cpu_data[cpuid].need_new_asn = 0;
94 cpu_data[cpuid].asn_lock = 0;
101 smp_setup_percpu_timer(int cpuid)
103 cpu_data[cpuid].prof_counter = 1;
104 cpu_data[cpuid].prof_multiplier = 1;
108 wait_boot_cpu_to_stop(int cpuid)
118 printk("wait_boot_cpu_to_stop: FAILED on CPU %d, hanging now\n", cpuid);
129 int cpuid = hard_smp_processor_id();
131 if (cpu_test_and_set(cpuid, cpu_online_map)) {
132 printk("??, cpu 0x%x already present??\n", cpuid);
146 smp_setup_percpu_timer(cpuid);
160 wait_boot_cpu_to_stop(cpuid);
164 smp_store_cpu_info(cpuid);
170 cpuid, current, current->active_mm));
201 send_secondary_console_msg(char *str, int cpuid)
211 + cpuid * hwrpb->processor_size);
213 cpumask = (1UL << cpuid);
225 set_bit(cpuid, &hwrpb->rxrdy);
232 printk("Processor %x not ready\n", cpuid);
292 secondary_cpu_start(int cpuid, struct task_struct *idle)
301 + cpuid * hwrpb->processor_size);
319 cpuid, idle->state, ipcb->flags));
337 send_secondary_console_msg("START\r\n", cpuid);
347 printk(KERN_ERR "SMP: Processor %d failed to start.\n", cpuid);
351 DBGS(("secondary_cpu_start: SUCCESS for CPU %d!!!\n", cpuid));
359 smp_boot_one_cpu(int cpuid)
370 idle = fork_idle(cpuid);
372 panic("failed fork for CPU %d", cpuid);
375 cpuid, idle->state, idle->flags));
381 if (secondary_cpu_start(cpuid, idle))
400 printk(KERN_ERR "SMP: Processor %d is stuck.\n", cpuid);