Searched refs:boot_cpu (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/i386/include/
H A Dsmp.h61 void cpu_add(u_int apic_id, char boot_cpu);
H A Dapicvar.h202 void lapic_create(u_int apic_id, int boot_cpu);
/freebsd-10.0-release/sys/amd64/include/
H A Dsmp.h62 void cpu_add(u_int apic_id, char boot_cpu);
H A Dapicvar.h203 void lapic_create(u_int apic_id, int boot_cpu);
/freebsd-10.0-release/usr.bin/dtc/
H A Ddtc.cc96 uint32_t boot_cpu; local
223 boot_cpu = (uint32_t)strtoll(optarg, 0, 10);
297 tree.set_boot_cpu(boot_cpu);
H A Dfdt.hh639 uint32_t boot_cpu; member in class:dtc::fdt::device_tree
710 boot_cpu(0), spare_reserve_map_entries(0),
753 boot_cpu = cpu;
H A Dfdt.cc1143 head.boot_cpuid_phys = boot_cpu;
1215 boot_cpu = h.boot_cpuid_phys;
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmp_machdep.c438 cpu_add(u_int apic_id, char boot_cpu) argument
448 if (boot_cpu) {
460 printf("SMP: Added CPU %d (%s)\n", apic_id, boot_cpu ? "BSP" :
/freebsd-10.0-release/sys/i386/i386/
H A Dmp_machdep.c477 cpu_add(u_int apic_id, char boot_cpu) argument
487 if (boot_cpu) {
499 printf("SMP: Added CPU %d (%s)\n", apic_id, boot_cpu ? "BSP" :
/freebsd-10.0-release/sys/i386/xen/
H A Dmp_machdep.c232 cpu_add(u_int apic_id, char boot_cpu) argument
242 if (boot_cpu) {
252 printf("SMP: Added CPU %d (%s)\n", apic_id, boot_cpu ? "BSP" :
/freebsd-10.0-release/sys/x86/x86/
H A Dlocal_apic.c285 lapic_create(u_int apic_id, int boot_cpu) argument
291 if (boot_cpu)
323 cpu_add(apic_id, boot_cpu);

Completed in 119 milliseconds