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.h80 extern void __crash_kexec(struct pt_regs *regs);
91 static inline void __crash_kexec(struct pt_regs *regs) { } in __crash_kexec() function
H A Dkexec.h535 static inline void __crash_kexec(struct pt_regs *regs) { } in __crash_kexec() function
/linux/kernel/
H A Dcrash_core.c119 void __noclone __crash_kexec(struct pt_regs *regs) in __crash_kexec() function
142 STACK_FRAME_NON_STANDARD(__crash_kexec);
158 __crash_kexec(regs); in crash_kexec()
H A Dpanic.c449 __crash_kexec(NULL); in vpanic()
475 __crash_kexec(NULL); in vpanic()