Searched refs:smp_generic_cpu_bootable (Results 1 – 6 of 6) sorted by relevance
132 .cpu_bootable = smp_generic_cpu_bootable,
250 .cpu_bootable = smp_generic_cpu_bootable,
247 extern int smp_generic_cpu_bootable(unsigned int nr);
309 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
354 .cpu_bootable = smp_generic_cpu_bootable,
147 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function