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()
212 processorid_t bootcpuid = 0; in mdboot() local225 if (CPU_ACTIVE(cpu_get(bootcpuid))) { in mdboot()226 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()
1512 uint_t bootcpuid = 0; in start_other_cpus() local1549 CPUSET_DEL(mp_cpus, bootcpuid); in start_other_cpus()1550 CPUSET_ADD(cpu_ready_set, bootcpuid); in start_other_cpus()1586 ASSERT(who != bootcpuid); in start_other_cpus()