Home
last modified time | relevance | path

Searched refs:crash_kexec (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dcrash_core.h81 extern void crash_kexec(struct pt_regs *regs);
92 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
H A Dkexec.h536 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
/linux/arch/sh/kernel/
H A Dtraps.c54 crash_kexec(regs); in die()
/linux/kernel/
H A Dpanic.c336 static void panic_other_cpus_shutdown(bool crash_kexec) in panic_other_cpus_shutdown() argument
353 if (!crash_kexec) in panic_other_cpus_shutdown()
H A Dcrash_core.c144 __bpf_kfunc void crash_kexec(struct pt_regs *regs) in crash_kexec() function
/linux/arch/riscv/kernel/
H A Dtraps.c100 crash_kexec(regs); in die()
/linux/arch/x86/platform/uv/
H A Duv_nmi.c852 crash_kexec(regs); in uv_nmi_kdump()
/linux/arch/arm64/kernel/
H A Dtraps.c217 crash_kexec(regs); in die()
/linux/arch/loongarch/kernel/
H A Dtraps.c425 crash_kexec(regs); in die()
/linux/arch/mips/kernel/
H A Dtraps.c425 crash_kexec(regs); in die()
/linux/arch/s390/kernel/
H A Dipl.c2123 crash_kexec(NULL); in __do_restart()
/linux/kernel/bpf/
H A Dhelpers.c3710 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)