Home
last modified time | relevance | path

Searched refs:generic_check_cpu_restart (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c191 if (generic_check_cpu_restart(cpu)) in pnv_cpu_offline_self()
216 while (!generic_check_cpu_restart(cpu)) { in pnv_cpu_offline_self()
277 if (srr1 && !generic_check_cpu_restart(cpu)) in pnv_cpu_offline_self()
H A Didle.c1076 while (!generic_check_cpu_restart(cpu)) { in pnv_cpu_offline()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsmp.h81 int generic_check_cpu_restart(unsigned int cpu);
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c1235 int generic_check_cpu_restart(unsigned int cpu) in generic_check_cpu_restart() function