Lines Matching +full:cpu +full:- +full:release +full:- +full:addr
2 * Copyright 2008-2009 Freescale Semiconductor, Inc.
4 * SPDX-License-Identifier: GPL-2.0+
59 /* 4 or greater, make sure its release */ in cpu_cmd()
60 if (strncmp(argv[2], "release", 7) != 0) in cpu_cmd()
63 if (cpu_release(cpuid, argc - 3, argv + 3)) in cpu_cmd()
71 "<num> reset - Reset cpu <num>\n"
72 "cpu status - Status of all cpus\n"
73 "cpu <num> status - Status of cpu <num>\n"
74 "cpu <num> disable - Disable cpu <num>\n"
75 "cpu <num> release <addr> [args] - Release cpu <num> at <addr> with [args]"
79 " pir - processor id (if writeable)\n" \
80 " r3 - value for gpr 3\n" \
81 " r6 - value for gpr 6\n" \
83 " Use '-' for any arg if you want the default value.\n" \
86 " When cpu <num> is released r4 and r5 = 0.\n" \
93 cpu, CONFIG_SYS_MAXARGS, 1, cpu_cmd,
94 "Multiprocessor CPU boot manipulation and release", cpu_help_text