Lines Matching defs:cpuid
61 * Stop a CPU based on its cpuid, using the cpu_stop hypervisor call.
73 stopcpu_bycpuid(int cpuid)
89 if (hv_cpu_state(cpuid, &state) != H_EOK)
133 if ((rv = hv_cpu_stop(cpuid)) != H_EWOULDBLOCK)
148 if (hv_cpu_state(cpuid, &state) != H_EOK)
171 processorid_t cpuid = cpup->cpu_id;
186 xt_one_unchecked(cpuid, (xcfunc_t *)cpu_intrq_unregister_powerdown,
208 cpuid);
221 processorid_t cpuid = cp->cpu_id;
253 if ((status = stopcpu_bycpuid(cpuid)) != 0) {
260 cmn_err(CE_WARN, "failed to stop cpu %d (%d)", cpuid, status);