Lines Matching refs:CPU
74 * Amount of time (in milliseconds) we should wait before giving up on CPU
75 * initialization and assuming that the CPU we're trying to wake up is dead
104 * Allocate and initialize the startup thread for this CPU.
111 * as soon as the CPU comes online.
142 * The dispatcher may discover the CPU before it is in cpu_ready_set
143 * and attempt to poke it. Before the CPU is in cpu_ready_set, any
146 * requests for this CPU. Pokes that come in before the CPU is in
147 * cpu_ready_set can be ignored because the CPU is about to come
220 * a CPU.
276 * Routine to set up a CPU to prepare for starting it up.
299 * allocate a traptrace buffer for this CPU.
321 * initialize hv traptrace buffer for this CPU
361 * Initialize the dispatcher for this CPU.
366 * Bootstrap the CPU's PG data
373 * Now, initialize per-CPU idle thread for this CPU.
390 * avoids the possibility of reregistration in case a CPU
398 * Initialize the interrupt threads for this CPU
403 * Add CPU to list of available CPUs.
434 * Routine to clean up a CPU after shutting it down.
463 * Remove CPU from list of available CPUs.
473 * At this point, the only threads bound to this CPU should be
485 * Free hv traptrace buffer for this CPU.
490 * Free the traptrace buffer for this CPU.
498 * This CPU got it's trap trace buffer from the
594 struct cpu *cp = CPU;
598 cpu_intrq_register(CPU);
622 * The CPU is now in cpu_ready_set, safely able to take pokes.
630 * Signature block update to indicate that this CPU is in OS now.
638 * to finish configuring this CPU before proceeding to thread_exit().
644 * Initialize CPC CPU state.
649 * Notify the PG subsystem that the CPU has started
651 pg_cmt_cpu_startup(CPU);
707 init_cpu_info(CPU);
710 * Initialize CPU 0 cpu module private data area, including scrubber.
712 cpu_init_private(CPU);
713 populate_idstr(CPU);
786 * cpu_init_private for every cpu (including CPU 0).