Home
last modified time | relevance | path

Searched refs:kexec_should_crash (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dcrash_core.h77 int kexec_should_crash(struct task_struct *p);
88 static inline int kexec_should_crash(struct task_struct *p) { return 0; } in kexec_should_crash() function
/linux/arch/sh/kernel/
H A Dtraps.c53 if (kexec_should_crash(current)) in die()
/linux/arch/x86/kernel/
H A Ddumpstack.c361 if (regs && kexec_should_crash(current)) in oops_end()
/linux/arch/riscv/kernel/
H A Dtraps.c98 if (kexec_should_crash(current)) in die()
/linux/kernel/
H A Dcrash_core.c76 int kexec_should_crash(struct task_struct *p) in kexec_should_crash() function
/linux/arch/powerpc/kernel/
H A Dtraps.c146 if (kexec_should_crash(current)) in die_will_crash()
230 if (kexec_should_crash(current)) in oops_end()
/linux/arch/arm/kernel/
H A Dtraps.c339 if (regs && kexec_should_crash(current)) in oops_end()
/linux/arch/loongarch/kernel/
H A Dtraps.c423 if (regs && kexec_should_crash(current)) in die()
/linux/arch/mips/kernel/
H A Dtraps.c424 if (regs && kexec_should_crash(current)) in die()