Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dsmp.h59 int (*cpu_bootable)(unsigned int nr); member
/linux-6.15/kernel/
H A Dcpu.c672 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function
706 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function