Searched refs:_crash_smp_send_stop (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dkexec.h47 extern void (*_crash_smp_send_stop)(void);
/linux-master/arch/mips/kernel/
H A Dcrash.c86 if (_crash_smp_send_stop)
87 _crash_smp_send_stop();
H A Dmachine_kexec.c28 void (*_crash_smp_send_stop)(void) = NULL; variable
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c918 _crash_smp_send_stop = octeon_crash_smp_send_stop;

Completed in 92 milliseconds