Searched defs:cpu_bootable (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/include/asm/ | ||
| H A D | smp.h | 59 int (*cpu_bootable)(unsigned int nr); member |
| /linux/kernel/ | ||
| H A D | cpu.c | 673 static inline bool cpu_bootable(unsigned int cpu) cpu_bootable() function |