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