Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrash_core.h75 extern void __crash_kexec(struct pt_regs *regs);
86 static inline void __crash_kexec(struct pt_regs *regs) { } in __crash_kexec() function
H A Dkexec.h473 static inline void __crash_kexec(struct pt_regs *regs) { } in __crash_kexec() function
/linux/kernel/
H A Dcrash_core.c105 void __noclone __crash_kexec(struct pt_regs *regs) in __crash_kexec() function
127 STACK_FRAME_NON_STANDARD(__crash_kexec);
143 __crash_kexec(regs); in crash_kexec()
H A Dpanic.c366 __crash_kexec(NULL); in panic()
390 __crash_kexec(NULL); in panic()