| /linux-6.15/arch/sh/include/asm/ |
| H A D | smp-ops.h | 13 void (*play_dead)(void); member 27 static inline void __noreturn play_dead(void) in play_dead() function 29 mp_ops->play_dead(); in play_dead() 46 static inline void __noreturn play_dead(void) in play_dead() function
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | smp.h | 38 void (*play_dead)(void); member 82 static inline void __noreturn play_dead(void) in play_dead() function 84 smp_ops.play_dead(); in play_dead()
|
| /linux-6.15/arch/x86/power/ |
| H A D | cpu.c | 314 void (*play_dead)(void) = smp_ops.play_dead; in hibernate_resume_nonboot_cpu_disable() local 336 smp_ops.play_dead = resume_play_dead; in hibernate_resume_nonboot_cpu_disable() 338 smp_ops.play_dead = play_dead; in hibernate_resume_nonboot_cpu_disable()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | idle.c | 36 play_dead(); in arch_cpu_idle_dead()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | smp.c | 474 static void (*play_dead)(void) = idle_play_dead; variable 478 play_dead(); in arch_cpu_idle_dead() 487 play_dead = poll_play_dead; in hibernate_resume_nonboot_cpu_disable() 489 play_dead = idle_play_dead; in hibernate_resume_nonboot_cpu_disable()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | smp.h | 92 extern void __noreturn play_dead(void);
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | smp.c | 296 .play_dead = native_play_dead,
|
| H A D | process.c | 763 static inline void __noreturn play_dead(void) in play_dead() function 777 play_dead(); in arch_cpu_idle_dead()
|
| /linux-6.15/arch/sh/boards/ |
| H A D | of-generic.c | 49 .play_dead = native_play_dead,
|
| /linux-6.15/arch/sh/kernel/cpu/sh4a/ |
| H A D | smp-shx3.c | 145 .play_dead = native_play_dead,
|
| /linux-6.15/arch/sh/kernel/cpu/sh2/ |
| H A D | smp-j2.c | 133 .play_dead = native_play_dead,
|
| /linux-6.15/arch/x86/kernel/acpi/ |
| H A D | madt_wakeup.c | 119 smp_ops.play_dead = acpi_mp_play_dead; in acpi_mp_setup_reset()
|
| /linux-6.15/arch/mips/cavium-octeon/ |
| H A D | smp.c | 343 void play_dead(void) in play_dead() function
|
| /linux-6.15/arch/x86/xen/ |
| H A D | smp_pv.c | 433 .play_dead = xen_pv_play_dead,
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | smp-bmips.c | 392 void __ref play_dead(void) in play_dead() function
|
| H A D | smp-cps.c | 789 void play_dead(void) in play_dead() function
|
| H A D | process.c | 45 play_dead(); in arch_cpu_idle_dead()
|
| /linux-6.15/arch/mips/loongson64/ |
| H A D | smp.c | 753 void play_dead(void) in play_dead() function
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 1685 smp_ops.play_dead = sev_es_play_dead; in sev_es_setup_play_dead()
|