Searched refs:whichcpu (Results 1 – 1 of 1) sorted by relevance
2546 unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; in kdb_per_cpu() local2566 diag = kdbgetularg(argv[3], &whichcpu); in kdb_per_cpu()2569 if (!cpu_online(whichcpu)) { in kdb_per_cpu()2570 kdb_printf("cpu %ld is not online\n", whichcpu); in kdb_per_cpu()2591 if (whichcpu != ~0UL && whichcpu != cpu) in kdb_per_cpu()