Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dsmp.h58 int (*cpu_bootable)(unsigned int nr); member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsmp.h52 int (*cpu_bootable)(unsigned int nr); member
/kernel/linux/linux-6.6/kernel/
Dcpu.c662 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function
696 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function