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

/linux-master/include/linux/
H A Dcrash_core.h76 extern void __crash_kexec(struct pt_regs *regs);
87 static inline void __crash_kexec(struct pt_regs *regs) { } function
H A Dkexec.h472 static inline void __crash_kexec(struct pt_regs *regs) { } function
/linux-master/kernel/
H A Dcrash_core.c103 void __noclone __crash_kexec(struct pt_regs *regs) function
125 STACK_FRAME_NON_STANDARD(__crash_kexec); variable
141 __crash_kexec(regs);
H A Dpanic.c364 * Bypass the panic_cpu check and call __crash_kexec directly.
367 __crash_kexec(NULL);
388 * Bypass the panic_cpu check and call __crash_kexec directly.
391 __crash_kexec(NULL);

Completed in 127 milliseconds