Home
last modified time | relevance | path

Searched refs:cpu_bootable (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/cell/
Dsmp.c135 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dsmp.c251 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v5.4/arch/powerpc/include/asm/
Dsmp.h52 int (*cpu_bootable)(unsigned int nr); member
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsmp.c417 .cpu_bootable = pnv_cpu_bootable,
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dsmp.c345 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c1001 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()