bootcpu 130 kern/dev/lamebus/lamebus.c unsigned i, numcpus, bootcpu;
bootcpu 137 kern/dev/lamebus/lamebus.c bootcpu = 0;
bootcpu 142 kern/dev/lamebus/lamebus.c bootcpu = numcpus;
bootcpu 151 kern/dev/lamebus/lamebus.c if (i != bootcpu) {
bootcpu 163 kern/dev/lamebus/lamebus.c if (i != bootcpu) {
bootcpu 349 kern/thread/thread.c struct cpu *bootcpu;
bootcpu 362 kern/thread/thread.c bootcpu = cpu_create(0);
bootcpu 363 kern/thread/thread.c bootthread = bootcpu->c_curthread;
bootcpu 370 kern/thread/thread.c INIT_CURCPU(bootcpu, bootthread);