Home
last modified time | relevance | path

Searched defs:crash_kexec (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcrash_core.h92 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
H A Dkexec.h526 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
/linux/kernel/
H A Dpanic.c286 static void panic_other_cpus_shutdown(bool crash_kexec) in panic_other_cpus_shutdown()