Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h347 extern void __crash_kexec(struct pt_regs *);
438 static inline void __crash_kexec(struct pt_regs *regs) { } in __crash_kexec() function
/OK3568_Linux_fs/kernel/kernel/
H A Dpanic.c251 __crash_kexec(NULL); in panic()
288 __crash_kexec(NULL); in panic()
H A Dkexec_core.c944 void __noclone __crash_kexec(struct pt_regs *regs) in __crash_kexec() function
966 STACK_FRAME_NON_STANDARD(__crash_kexec);
982 __crash_kexec(regs); in crash_kexec()