Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsmp.h59 int (*cpu_bootable)(unsigned int nr); member
/linux/kernel/
H A Dcpu.c673 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function
707 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function
813 if (!cpu_bootable(cpu)) in bringup_wait_for_ap_online()
1712 if (!cpu_bootable(cpu)) { in cpu_up()
/linux/arch/powerpc/kernel/
H A Dsmp.c1306 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()