CPU_ONLINE        387 arch/ia64/kernel/smpboot.c 	per_cpu(cpu_state, cpuid) = CPU_ONLINE;
CPU_ONLINE        569 arch/ia64/kernel/smpboot.c 	per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;
CPU_ONLINE        312 arch/mips/loongson64/loongson-3/smp.c 	per_cpu(cpu_state, cpu) = CPU_ONLINE;
CPU_ONLINE        388 arch/mips/loongson64/loongson-3/smp.c 	per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;
CPU_ONLINE         79 arch/sh/kernel/smp.c 	per_cpu(cpu_state, cpu) = CPU_ONLINE;
CPU_ONLINE        200 arch/sh/kernel/smp.c 	per_cpu(cpu_state, cpu) = CPU_ONLINE;
CPU_ONLINE        393 arch/x86/xen/smp_pv.c 	while (cpu_report_state(cpu) != CPU_ONLINE)
CPU_ONLINE        410 kernel/smpboot.c 	(void)atomic_xchg(&per_cpu(cpu_hotplug_state, cpu), CPU_ONLINE);