Lines Matching +full:pen +full:- +full:up
1 // SPDX-License-Identifier: GPL-2.0-only
8 * woken, and where there is no way to hot-unplug CPUs. Real platforms
25 * pen in headsmp.S, which exists because we are not always able to
29 volatile int versatile_cpu_release = -1;
46 * the limited-bandwidth bus - which affects the calibration value.
55 * pen, then head off into the C entry point in versatile_secondary_init()
57 versatile_write_cpu_release(-1); in versatile_secondary_init()
78 * CPUs in the holding pen until we're ready for them. However, in versatile_boot_secondary()
94 if (versatile_cpu_release == -1) in versatile_boot_secondary()
101 * now the secondary core is starting up let it run its in versatile_boot_secondary()
106 return versatile_cpu_release != -1 ? -ENOSYS : 0; in versatile_boot_secondary()