Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dsmp.c286 .crash_stop_other_cpus = kdump_nmi_shootdown_cpus,
Dcrash.c80 if (smp_ops.crash_stop_other_cpus) in crash_smp_send_stop()
81 smp_ops.crash_stop_other_cpus(); in crash_smp_send_stop()
/Linux-v6.6/arch/x86/include/asm/
Dsmp.h34 void (*crash_stop_other_cpus)(void); member