Lines Matching full:cpu
27 static struct cpu *cpus;
57 struct cpu *smp_cpu_from_addr(uint16_t addr) in smp_cpu_from_addr()
68 struct cpu *smp_cpu_from_idx(uint16_t idx) in smp_cpu_from_idx()
93 /* Status stored condition code is equivalent to cpu not running. */ in smp_sense_running_status()
101 /* refuse to work on the boot CPU */ in smp_cpu_stop_nolock()
134 /* refuse to work on the boot CPU */ in smp_cpu_stop_nowait()
172 * Stop the cpu, so we don't have a race between a running cpu in smp_cpu_restart_nolock()
173 * and the restart in the test that checks if the cpu is in smp_cpu_restart_nolock()
182 * have been performed yet, so wait until the cpu is running. in smp_cpu_restart_nolock()
281 /* Wait until the cpu has finished setup and started the provided psw */ in smp_cpu_setup_nolock()
303 * calling cpu.
321 /*Expected to be called from boot cpu */
340 * Fill in the boot CPU. If the boot CPU is not at index 0, in smp_setup()
342 * boot CPU will always have index 0. If the boot CPU was in smp_setup()