Searched refs:cpu_add (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/acpica/
H A Dacpi_pxm.c238 cpu_add(int cpuid, int domain) function
290 cpup = cpu_add(cpu->ApicId, domain);
306 cpup = cpu_add(x2apic->ApicId, x2apic->ProximityDomain);
322 cpup = cpu_add(gicc->AcpiProcessorUid, gicc->ProximityDomain);
/freebsd-current/sys/x86/include/
H A Dx86_smp.h93 void cpu_add(u_int apic_id, char boot_cpu);
/freebsd-current/sys/contrib/xen/
H A Dplatform.h654 xenpf_cpu_hotadd_t cpu_add; member in union:xen_platform_op::__anon19
/freebsd-current/sys/x86/x86/
H A Dmp_x86.c133 * Store data from cpu_add() until later in the boot when we actually setup
993 cpu_add(u_int apic_id, char boot_cpu) function
1019 * mp_ncpus and mp_maxid should be already set by calls to cpu_add().
1020 * If there were no calls to cpu_add() assume this is a UP system.
H A Dlocal_apic.c615 cpu_add(apic_id, boot_cpu);

Completed in 132 milliseconds