tag | line | file | source code |
boot_cpu_id | 49 | arch/i386/kernel/smp.c | unsigned char boot_cpu_id = 0; /* Processor that is doing the boot up */ |
boot_cpu_id | 202 | arch/i386/kernel/smp.c | boot_cpu_id=m->mpc_apicid; |
boot_cpu_id | 203 | arch/i386/kernel/smp.c | nlong = boot_cpu_id<<24; /* Dummy 'self' for bootup */ |
boot_cpu_id | 537 | arch/i386/kernel/smp.c | kernel_stacks[boot_cpu_id]=(void *)init_user_stack; /* Set up for boot processor first */ |
boot_cpu_id | 539 | arch/i386/kernel/smp.c | smp_store_cpu_info(boot_cpu_id); /* Final full version of the data */ |
boot_cpu_id | 541 | arch/i386/kernel/smp.c | active_kernel_processor=boot_cpu_id; |
boot_cpu_id | 547 | arch/i386/kernel/smp.c | if((cpu_present_map&(1<<i)) && i!=boot_cpu_id) /* Rebooting yourself is a bad move */ |
boot_cpu_id | 758 | arch/i386/kernel/smp.c | else if (i == boot_cpu_id) |
boot_cpu_id | 180 | include/asm-i386/smp.h | extern unsigned char boot_cpu_id; |