Lines Matching +full:pen +full:- +full:up
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/plat-versatile/platsmp.c
10 * woken, and where there is no way to hot-unplug CPUs. Real platforms
27 * pen in headsmp.S, which exists because we are not always able to
31 volatile int versatile_cpu_release = -1;
48 * the limited-bandwidth bus - which affects the calibration value.
57 * pen, then head off into the C entry point in versatile_secondary_init()
59 versatile_write_cpu_release(-1); in versatile_secondary_init()
80 * CPUs in the holding pen until we're ready for them. However, in versatile_boot_secondary()
96 if (versatile_cpu_release == -1) in versatile_boot_secondary()
103 * now the secondary core is starting up let it run its in versatile_boot_secondary()
108 return versatile_cpu_release != -1 ? -ENOSYS : 0; in versatile_boot_secondary()