Home
last modified time | relevance | path

Searched refs:cpunum (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dreboot.c1227 unsigned int cpunum; in cpu_store() local
1233 rc = kstrtouint(buf, 0, &cpunum); in cpu_store()
1238 if (cpunum >= num_possible_cpus()) in cpu_store()
1242 reboot_cpu = cpunum; in cpu_store()
/kernel/debug/kdb/
Dkdb_main.c2244 unsigned long cpunum; in kdb_cpu() local
2255 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()