Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h349 int kexec_should_crash(struct task_struct *);
440 static inline int kexec_should_crash(struct task_struct *p) { return 0; } in kexec_should_crash() function
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dtraps.c51 if (kexec_should_crash(current)) in die()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c47 if (regs && kexec_should_crash(current)) in die()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddumpstack.c358 if (regs && kexec_should_crash(current)) in oops_end()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dtraps.c333 if (regs && kexec_should_crash(current)) in oops_end()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c144 if (kexec_should_crash(current)) in die_will_crash()
229 if (kexec_should_crash(current)) in oops_end()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtraps.c134 if (regs && kexec_should_crash(current)) in die()
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_core.c73 int kexec_should_crash(struct task_struct *p) in kexec_should_crash() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c413 if (regs && kexec_should_crash(current)) in die()