Searched refs:bootcpuid (Results 1 – 4 of 4) sorted by relevance
356 int bootcpuid = getprocessorid(); /* invoked on boot cpu only */ in mach_htraptrace_setup() local358 if (mach_htraptrace_enable && ((cpuid != bootcpuid) || in mach_htraptrace_setup()361 ctlp->d.hvaddr_base = (cpuid == bootcpuid) ? htrap_tr0 : in mach_htraptrace_setup()
213 processorid_t bootcpuid = 0; in mdboot() local226 if (CPU_ACTIVE(cpu_get(bootcpuid))) { in mdboot()227 affinity_set(bootcpuid); in mdboot()
1319 processorid_t bootcpuid = 0; in fast_reboot() local1352 if (panicstr && CPU->cpu_id != bootcpuid && in fast_reboot()1353 CPU_ACTIVE(cpu_get(bootcpuid))) { in fast_reboot()1358 CPUSET_ADD(cpuset, bootcpuid); in fast_reboot()
1523 uint_t bootcpuid = 0; in start_other_cpus() local1560 CPUSET_DEL(mp_cpus, bootcpuid); in start_other_cpus()1561 CPUSET_ADD(cpu_ready_set, bootcpuid); in start_other_cpus()1597 ASSERT(who != bootcpuid); in start_other_cpus()