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

/freebsd-11-stable/sys/x86/include/
H A Dx86_smp.h81 void cpu_add(u_int apic_id, char boot_cpu);
H A Dapicvar.h253 lapic_create(u_int apic_id, int boot_cpu) argument
256 apic_ops.create(apic_id, boot_cpu);
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc111 uint32_t boot_cpu = 0; local
252 boot_cpu = (uint32_t)strtoll(optarg, 0, 10);
334 tree.set_boot_cpu(boot_cpu);
H A Dfdt.hh846 uint32_t boot_cpu = 0; member in class:dtc::fdt::device_tree
1014 boot_cpu = cpu;
H A Dfdt.cc1707 head.boot_cpuid_phys = boot_cpu;
1779 boot_cpu = h.boot_cpuid_phys;
/freebsd-11-stable/sys/x86/xen/
H A Dxen_apic.c109 xen_pv_lapic_create(u_int apic_id, int boot_cpu) argument
112 cpu_add(apic_id, boot_cpu);
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c812 cpu_add(u_int apic_id, char boot_cpu) argument
822 if (boot_cpu) {
834 printf("SMP: Added CPU %d (%s)\n", apic_id, boot_cpu ? "BSP" :
H A Dlocal_apic.c328 static void native_lapic_create(u_int apic_id, int boot_cpu);
624 native_lapic_create(u_int apic_id, int boot_cpu) argument
630 if (boot_cpu)
666 cpu_add(apic_id, boot_cpu);

Completed in 143 milliseconds