Home
last modified time | relevance | path

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

/kernel/debug/kdb/
Dkdb_main.c2545 unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; in kdb_per_cpu() local
2565 diag = kdbgetularg(argv[3], &whichcpu); in kdb_per_cpu()
2568 if (whichcpu >= nr_cpu_ids || !cpu_online(whichcpu)) { in kdb_per_cpu()
2569 kdb_printf("cpu %ld is not online\n", whichcpu); in kdb_per_cpu()
2590 if (whichcpu != ~0UL && whichcpu != cpu) in kdb_per_cpu()