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

/linux-master/include/linux/
H A Dcrash_core.h77 extern void crash_kexec(struct pt_regs *regs);
88 static inline void crash_kexec(struct pt_regs *regs) { } function
H A Dkexec.h473 static inline void crash_kexec(struct pt_regs *regs) { } function
/linux-master/arch/sh/kernel/
H A Dtraps.c52 crash_kexec(regs);
/linux-master/kernel/
H A Dpanic.c254 static void panic_other_cpus_shutdown(bool crash_kexec) argument
267 if (!crash_kexec)
H A Dcrash_core.c78 * crash_kexec() here yet, which must be run after panic
99 * No panic_cpu check version of crash_kexec(). This function is called
101 * which processes crash_kexec routines.
127 __bpf_kfunc void crash_kexec(struct pt_regs *regs) function
132 * Only one CPU is allowed to execute the crash_kexec() code as with
133 * panic(). Otherwise parallel calls of panic() and crash_kexec()
144 * Reset panic_cpu to allow another panic()/crash_kexec()
/linux-master/arch/x86/kernel/
H A Ddumpstack.c362 crash_kexec(regs);
/linux-master/arch/riscv/kernel/
H A Dtraps.c99 crash_kexec(regs);
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c720 * Dump this CPU's state. If action was set to "kdump" and the crash_kexec
851 pr_emerg("UV: NMI executing crash_kexec on CPU%d\n", cpu);
852 crash_kexec(regs);
854 pr_emerg("UV: crash_kexec unexpectedly returned\n");
/linux-master/arch/arm/kernel/
H A Dtraps.c339 crash_kexec(regs);
/linux-master/arch/powerpc/kernel/
H A Dtraps.c231 crash_kexec(regs);
483 crash_kexec(regs);
/linux-master/arch/arm64/kernel/
H A Dtraps.c225 crash_kexec(regs);
/linux-master/arch/loongarch/kernel/
H A Dtraps.c424 crash_kexec(regs);
/linux-master/arch/mips/kernel/
H A Dtraps.c424 crash_kexec(regs);
/linux-master/arch/s390/kernel/
H A Dipl.c2144 crash_kexec(NULL);
/linux-master/kernel/bpf/
H A Dhelpers.c2552 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)

Completed in 428 milliseconds