Searched refs:reboot_cpu (Results 1 – 3 of 3) sorted by relevance
45 int reboot_cpu; variable242 int cpu = reboot_cpu; in migrate_to_reboot_cpu()574 reboot_cpu = simple_strtoul(str + 1, NULL, 0); in reboot_setup()576 reboot_cpu = simple_strtoul(str + 3, NULL, 0); in reboot_setup()580 if (reboot_cpu >= num_possible_cpus()) { in reboot_setup()583 reboot_cpu, num_possible_cpus()); in reboot_setup()584 reboot_cpu = 0; in reboot_setup()
38 extern int reboot_cpu;
151 smp_shutdown_nonboot_cpus(reboot_cpu); in machine_shutdown()