boot_cpu 29 arch/arm/mach-omap2/omap-hotplug.c unsigned int boot_cpu = 0; boot_cpu 50 arch/arm/mach-omap2/omap-hotplug.c boot_cpu = omap_read_auxcoreboot0() >> 9; boot_cpu 52 arch/arm/mach-omap2/omap-hotplug.c boot_cpu = boot_cpu 55 arch/arm/mach-omap2/omap-hotplug.c if (boot_cpu == smp_processor_id()) { boot_cpu 550 arch/arm/mach-omap2/omap-wakeupgen.c unsigned int boot_cpu = smp_processor_id(); boot_cpu 609 arch/arm/mach-omap2/omap-wakeupgen.c irq_target_cpu[i] = boot_cpu; boot_cpu 78 arch/mips/kernel/smp-bmips.c int i, cpu = 1, boot_cpu = 0; boot_cpu 91 arch/mips/kernel/smp-bmips.c boot_cpu = !!(read_c0_brcm_cmt_local() & (1 << 31)); boot_cpu 99 arch/mips/kernel/smp-bmips.c if (boot_cpu == 0) boot_cpu 139 arch/mips/kernel/smp-bmips.c __cpu_number_map[boot_cpu] = 0; boot_cpu 140 arch/mips/kernel/smp-bmips.c __cpu_logical_map[0] = boot_cpu; boot_cpu 143 arch/mips/kernel/smp-bmips.c if (i != boot_cpu) { boot_cpu 170 arch/mips/netlogic/common/smp.c unsigned int boot_cpu; boot_cpu 174 arch/mips/netlogic/common/smp.c boot_cpu = hard_smp_processor_id(); boot_cpu 177 arch/mips/netlogic/common/smp.c cpumask_set_cpu(boot_cpu, &phys_cpu_present_mask); boot_cpu 178 arch/mips/netlogic/common/smp.c __cpu_number_map[boot_cpu] = 0; boot_cpu 179 arch/mips/netlogic/common/smp.c __cpu_logical_map[0] = boot_cpu; boot_cpu 54 arch/mips/netlogic/xlr/wakeup.c unsigned int i, j, boot_cpu; boot_cpu 62 arch/mips/netlogic/xlr/wakeup.c boot_cpu = hard_smp_processor_id(); boot_cpu 65 arch/mips/netlogic/xlr/wakeup.c if (i == boot_cpu || !cpumask_test_cpu(i, &nlm_cpumask)) boot_cpu 69 kernel/smpboot.c unsigned int cpu, boot_cpu; boot_cpu 71 kernel/smpboot.c boot_cpu = smp_processor_id(); boot_cpu 74 kernel/smpboot.c if (cpu != boot_cpu)