Searched refs:smp_generic_cpu_bootable (Results 1 – 6 of 6) sorted by relevance
139 .cpu_bootable = smp_generic_cpu_bootable,
254 .cpu_bootable = smp_generic_cpu_bootable,
208 extern int smp_generic_cpu_bootable(unsigned int nr);
265 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
349 .cpu_bootable = smp_generic_cpu_bootable,
99 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function