Lines Matching defs:cpus
51 struct cpu *cpus; /* pointer to other cpus; dynamically allocate */
57 caddr_t ttrace_buf; /* kmem64 traptrace for all cpus except 0 */
60 /* bit mask of cpus ready for x-calls, protected by cpu_lock */
63 /* bit mask used to communicate with cpus during bringup */
82 * This function sets traptrace buffers for all cpus
183 * warm start activates cpus into the OFFLINE state
333 * cpus is used as a pointer to a list of freed
336 if (cpus) {
338 cp = cpus;
340 cpus = cp->cpu_next_free;
342 cpus = NULL;
524 * Place the freed cpu structure on the list of freed cpus.
527 if (cpus) {
528 cp->cpu_next_free = cpus;
529 cpus = cp;
532 cpus = cp;
540 * Note that restarted cpus are initialized into the offline state.
675 * Generic start-all cpus entry. Typically used during cold initialization.
676 * Note that cold start cpus are initialized into the online state.
734 * launch all the slave cpus now
778 * since all the cpus are online now, redistribute interrupts to them.