Home
last modified time | relevance | path

Searched defs:cpu_bootable (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Dsmp.h59 int (*cpu_bootable)(unsigned int nr); member
/linux-6.12.1/kernel/
Dcpu.c671 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function
705 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function