Searched refs:__crash_kexec (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/
H A Dpanic.c363 * Bypass the panic_cpu check and call __crash_kexec directly.
366 __crash_kexec(NULL);
387 * Bypass the panic_cpu check and call __crash_kexec directly.
390 __crash_kexec(NULL);
H A Dcrash_core.c105 void __noclone __crash_kexec(struct pt_regs *regs)
127 STACK_FRAME_NON_STANDARD(__crash_kexec);
143 __crash_kexec(regs);
103 void __noclone __crash_kexec(struct pt_regs *regs) function
125 STACK_FRAME_NON_STANDARD(__crash_kexec); variable
/linux-master/include/linux/
H A Dkexec.h473 static inline void __crash_kexec(struct pt_regs *regs) { }
475 static inline void __crash_kexec(struct pt_regs *regs) { } function
H A Dcrash_core.h75 extern void __crash_kexec(struct pt_regs *regs);
86 static inline void __crash_kexec(struct pt_regs *regs) { } function

Completed in 265 milliseconds