Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsmp-cps.c400 enum cpu_death { enum
405 static void cps_shutdown_this_cpu(enum cpu_death death) in cps_shutdown_this_cpu()
470 static enum cpu_death cpu_death; variable
479 cpu_death = CPU_DEATH_POWER; in play_dead()
493 cpu_death = CPU_DEATH_HALT; in play_dead()
500 cps_shutdown_this_cpu(cpu_death); in play_dead()
542 if (cpu_death == CPU_DEATH_POWER) { in cps_cleanup_dead_cpu()