Searched refs:cpu_bootable (Results 1 – 5 of 5) sorted by relevance
157 .cpu_bootable = smp_cell_cpu_bootable,
154 .cpu_bootable = pnv_smp_cpu_bootable,
52 int (*cpu_bootable)(unsigned int nr); member
213 .cpu_bootable = smp_pSeries_cpu_bootable,
497 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()