Lines Matching refs:nr
195 int cpu_reset(int nr) in cpu_reset() argument
202 int cpu_disable(int nr) in cpu_disable() argument
209 static int core_to_pos(int nr) in core_to_pos() argument
214 if (nr == 0) { in core_to_pos()
216 } else if (nr >= hweight32(cores)) { in core_to_pos()
224 if (count == nr) in core_to_pos()
229 if (count != nr) in core_to_pos()
235 int cpu_status(int nr) in cpu_status() argument
240 if (nr == 0) { in cpu_status()
244 pos = core_to_pos(nr); in cpu_status()
261 int cpu_release(int nr, int argc, char * const argv[]) in cpu_release() argument
267 pos = core_to_pos(nr); in cpu_release()