Searched refs:smp_generic_cpu_bootable (Results 1 – 6 of 6) sorted by relevance
135 .cpu_bootable = smp_generic_cpu_bootable,
251 .cpu_bootable = smp_generic_cpu_bootable,
230 extern int smp_generic_cpu_bootable(unsigned int nr);
307 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
345 .cpu_bootable = smp_generic_cpu_bootable,
116 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function