Searched refs:cpunum (Results 1 – 2 of 2) sorted by relevance
1227 unsigned int cpunum; in cpu_store() local1233 rc = kstrtouint(buf, 0, &cpunum); in cpu_store()1238 if (cpunum >= num_possible_cpus()) in cpu_store()1242 reboot_cpu = cpunum; in cpu_store()
2244 unsigned long cpunum; in kdb_cpu() local2255 diag = kdbgetularg(argv[1], &cpunum); in kdb_cpu()2262 if ((cpunum >= CONFIG_NR_CPUS) || !kgdb_info[cpunum].enter_kgdb) in kdb_cpu()2265 dbg_switch_cpu = cpunum; in kdb_cpu()