Home
last modified time | relevance | path

Searched refs:DIE_OOPS (Results 1 – 18 of 18) sorted by relevance

/linux/include/asm-generic/
H A Dkdebug.h7 DIE_OOPS = 1, enumerator
/linux/arch/riscv/include/asm/
H A Dkdebug.h9 DIE_OOPS enumerator
/linux/arch/arc/include/asm/
H A Dkdebug.h13 DIE_OOPS enumerator
/linux/arch/loongarch/include/asm/
H A Dkdebug.h11 DIE_OOPS = 1, enumerator
/linux/arch/powerpc/include/asm/
H A Dkdebug.h8 DIE_OOPS = 1, enumerator
/linux/arch/mips/include/asm/
H A Dkdebug.h8 DIE_OOPS = 1, enumerator
/linux/arch/sh/include/asm/
H A Dkdebug.h9 DIE_OOPS, enumerator
/linux/arch/sparc/include/asm/
H A Dkdebug_64.h11 DIE_OOPS = 1, enumerator
/linux/arch/s390/include/asm/
H A Dkdebug.h12 DIE_OOPS = 1, enumerator
/linux/arch/x86/include/asm/
H A Dkdebug.h11 DIE_OOPS = 1, enumerator
/linux/arch/sh/kernel/
H A Dtraps.c46 notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV); in die()
/linux/arch/csky/kernel/
H A Dtraps.c101 ret = notify_die(DIE_OOPS, str, regs, 0, trap_no(regs), SIGSEGV); in die()
/linux/arch/riscv/kernel/
H A Dtraps.c96 ret = notify_die(DIE_OOPS, str, regs, 0, cause, SIGSEGV); in die()
/linux/arch/parisc/kernel/
H A Dtraps.c425 (void)notify_die(DIE_OOPS, msg, regs, 0, code, SIGTRAP); in parisc_terminate()
/linux/arch/mips/kernel/
H A Dtraps.c403 if (notify_die(DIE_OOPS, str, regs, 0, current->thread.trap_nr, in die()
489 if (notify_die(DIE_OOPS, "bus error", regs, 0, current->thread.trap_nr, in do_be()
/linux/drivers/firmware/google/
H A Dgsmi.c673 if (reason == DIE_OOPS) in gsmi_die_callback()
/linux/arch/loongarch/kernel/
H A Dtraps.c415 ret = notify_die(DIE_OOPS, str, regs, 0, in die()
/linux/kernel/trace/
H A Dtrace.c9377 /* The die notifier requires DIE_OOPS to trigger */
9378 if (self == &trace_die_notifier && ev != DIE_OOPS) in trace_init_iter()