Home
last modified time | relevance | path

Searched refs:low_cpu_offline_self (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpmac.h40 extern void low_cpu_offline_self(void) __attribute__((noreturn));
H A Dsleep.S201 .globl low_cpu_offline_self
202 low_cpu_offline_self: label
244 _ASM_NOKPROBE_SYMBOL(low_cpu_offline_self)
H A Dsmp.c931 low_cpu_offline_self(); in pmac_cpu_offline_self()