Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrash_core.h87 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
H A Dkexec.h474 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
/linux/kernel/
H A Dcrash_core.c129 __bpf_kfunc void crash_kexec(struct pt_regs *regs) in crash_kexec() function
H A Dpanic.c253 static void panic_other_cpus_shutdown(bool crash_kexec) in panic_other_cpus_shutdown()