Searched refs:whichcpu (Results 1 – 1 of 1) sorted by relevance
2545 unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; in kdb_per_cpu() local2565 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()