Home
last modified time | relevance | path

Searched refs:__crash_kexec (Results 1 – 5 of 5) 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.h539 static inline void __crash_kexec(struct pt_regs *regs) { } in __crash_kexec() function
/linux/kernel/
H A Dcrash_core.c129 void __noclone __crash_kexec(struct pt_regs *regs) in __crash_kexec() function
152 STACK_FRAME_NON_STANDARD(__crash_kexec);
158 __crash_kexec(regs); in crash_kexec()
H A Dpanic.c670 __crash_kexec(NULL); in vpanic()
696 __crash_kexec(NULL); in vpanic()
/linux/arch/x86/hyperv/
H A Dhv_crash.c133 __crash_kexec(NULL); in hv_crash_handle()