Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcrash_core.h76 extern void crash_kexec(struct pt_regs *regs);
87 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
H A Dkexec.h481 static inline void crash_kexec(struct pt_regs *regs) { } in crash_kexec() function
/linux-6.15/arch/sh/kernel/
H A Dtraps.c54 crash_kexec(regs); in die()
/linux-6.15/kernel/
H A Dpanic.c256 static void panic_other_cpus_shutdown(bool crash_kexec) in panic_other_cpus_shutdown() argument
273 if (!crash_kexec) in panic_other_cpus_shutdown()
H A Dcrash_core.c129 __bpf_kfunc void crash_kexec(struct pt_regs *regs) in crash_kexec() function
/linux-6.15/arch/x86/kernel/
H A Ddumpstack.c361 crash_kexec(regs); in oops_end()
/linux-6.15/arch/riscv/kernel/
H A Dtraps.c99 crash_kexec(regs); in die()
/linux-6.15/arch/x86/platform/uv/
H A Duv_nmi.c852 crash_kexec(regs); in uv_nmi_kdump()
/linux-6.15/arch/arm/kernel/
H A Dtraps.c333 crash_kexec(regs); in oops_end()
/linux-6.15/arch/powerpc/kernel/
H A Dtraps.c231 crash_kexec(regs); in oops_end()
482 crash_kexec(regs); in DEFINE_INTERRUPT_HANDLER_NMI()
/linux-6.15/arch/arm64/kernel/
H A Dtraps.c217 crash_kexec(regs); in die()
/linux-6.15/arch/loongarch/kernel/
H A Dtraps.c424 crash_kexec(regs); in die()
/linux-6.15/arch/mips/kernel/
H A Dtraps.c425 crash_kexec(regs); in die()
/linux-6.15/arch/s390/kernel/
H A Dipl.c2123 crash_kexec(NULL); in __do_restart()
/linux-6.15/kernel/bpf/
H A Dhelpers.c3201 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)