boot_cpu_id 591 arch/alpha/kernel/smp.c if (hard_smp_processor_id() != boot_cpu_id) boot_cpu_id 509 arch/ia64/kernel/smpboot.c int boot_cpu_id = hard_smp_processor_id(); boot_cpu_id 515 arch/ia64/kernel/smpboot.c ia64_cpu_to_sapicid[0] = boot_cpu_id; boot_cpu_id 520 arch/ia64/kernel/smpboot.c if (sapicid == boot_cpu_id) boot_cpu_id 535 arch/ia64/kernel/smpboot.c int boot_cpu_id = hard_smp_processor_id(); boot_cpu_id 546 arch/ia64/kernel/smpboot.c ia64_cpu_to_sapicid[0] = boot_cpu_id; boot_cpu_id 548 arch/ia64/kernel/smpboot.c printk(KERN_INFO "Boot processor id 0x%x/0x%x\n", 0, boot_cpu_id); boot_cpu_id 198 arch/mips/include/asm/mach-loongson64/boot_param.h u16 boot_cpu_id; boot_cpu_id 143 arch/mips/loongson64/common/env.c loongson_sysconf.boot_cpu_id = ecpu->cpu_startup_core_id; boot_cpu_id 118 arch/mips/loongson64/loongson-3/irq.c LOONGSON_INT_COREx_INTy(loongson_sysconf.boot_cpu_id, 0); boot_cpu_id 122 arch/mips/loongson64/loongson-3/irq.c LOONGSON_INT_COREx_INTy(loongson_sysconf.boot_cpu_id, 1); boot_cpu_id 18 arch/sparc/include/asm/setup.h extern unsigned char boot_cpu_id; boot_cpu_id 31 arch/sparc/include/asm/smp_32.h extern unsigned char boot_cpu_id; boot_cpu_id 88 arch/sparc/kernel/leon_kernel.c oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(boot_cpu_id)); boot_cpu_id 89 arch/sparc/kernel/leon_kernel.c LEON3_BYPASS_STORE_PA(LEON_IMASK(boot_cpu_id), (oldmask | mask)); boot_cpu_id 115 arch/sparc/kernel/leon_kernel.c return boot_cpu_id; boot_cpu_id 120 arch/sparc/kernel/leon_kernel.c #define irq_choose_cpu(affinity) boot_cpu_id boot_cpu_id 290 arch/sparc/kernel/leon_kernel.c if (cpu == boot_cpu_id) boot_cpu_id 413 arch/sparc/kernel/leon_kernel.c icsel = LEON3_BYPASS_LOAD_PA(&leon3_irqctrl_regs->icsel[boot_cpu_id/8]); boot_cpu_id 414 arch/sparc/kernel/leon_kernel.c icsel = (icsel >> ((7 - (boot_cpu_id&0x7)) * 4)) & 0xf; boot_cpu_id 418 arch/sparc/kernel/leon_kernel.c LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->mask[boot_cpu_id], 0); boot_cpu_id 109 arch/sparc/kernel/setup_32.c unsigned char boot_cpu_id = 0xff; /* 0xff will make it into DATA section... */ boot_cpu_id 199 arch/sparc/kernel/smp_32.c smp_store_cpu_info(boot_cpu_id); boot_cpu_id 489 arch/sparc/kernel/sun4d_irq.c target_cpu = boot_cpu_id; boot_cpu_id 117 arch/sparc/kernel/sun4d_smp.c if (boot_cpu_id) boot_cpu_id 123 arch/sparc/kernel/time_32.c BUG_ON(smp_processor_id() != boot_cpu_id);