Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcpu_ops.h42 bool (*cpu_can_disable)(unsigned int cpu); member
/openbmc/linux/arch/arm/include/asm/
H A Dsmp.h98 bool (*cpu_can_disable)(unsigned int cpu); member
/openbmc/linux/arch/arm64/kernel/
H A Dsetup.c395 static inline bool cpu_can_disable(unsigned int cpu) in cpu_can_disable() function