Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpmac.h37 extern void low_cpu_offline_self(void) __attribute__((noreturn));
H A Dsleep.S201 .globl low_cpu_offline_self symbol
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()