Lines Matching +full:spin +full:- +full:table
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Spin Table SMP initialisation
50 return -ENODEV; in smp_spin_table_cpu_init()
55 ret = of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
58 pr_err("CPU %d: missing or invalid cpu-release-addr property\n", in smp_spin_table_cpu_init()
71 return -ENODEV; in smp_spin_table_cpu_prepare()
74 * The cpu-release-addr may or may not be inside the linear mapping. in smp_spin_table_cpu_prepare()
82 return -ENOMEM; in smp_spin_table_cpu_prepare()
86 * endianness of the kernel. Therefore, any boot-loaders that in smp_spin_table_cpu_prepare()
88 * boot-loader's endianness before jumping. This is mandated by in smp_spin_table_cpu_prepare()
121 .name = "spin-table",