Searched refs:smp_generic_cpu_bootable (Results 1 – 6 of 6) sorted by relevance
138 .cpu_bootable = smp_generic_cpu_bootable,
180 extern int smp_generic_cpu_bootable(unsigned int nr);
251 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
223 .cpu_bootable = smp_generic_cpu_bootable,
342 .cpu_bootable = smp_generic_cpu_bootable,
92 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function