/linux-6.3-rc2/arch/sh/kernel/ |
A D | traps.c | 140 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER() 157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
|
A D | kprobes.c | 419 if (val == DIE_TRAP && in kprobe_exceptions_notify()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | kdebug.h | 8 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | kdebug.h | 11 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | kdebug.h | 10 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | kdebug.h | 15 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | kdebug.h | 7 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | traps_64.c | 92 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap() 191 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception() 294 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception() 343 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception() 525 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log() 549 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log() 2036 if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, in do_mcd_err() 2349 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee() 2364 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother() 2576 if (notify_die(DIE_TRAP, "illegal instruction", regs, in do_illegal_instruction() [all …]
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | kdebug_64.h | 17 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | kdebug.h | 20 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | traps.c | 182 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap() 383 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE() 504 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in DEFINE_IDTENTRY_DF() 559 if (notify_die(DIE_TRAP, "bounds", regs, 0, in DEFINE_IDTENTRY() 1217 if (notify_die(DIE_TRAP, str, regs, 0, trapnr, in math_error() 1445 if (notify_die(DIE_TRAP, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | kdebug.h | 18 DIE_TRAP, enumerator
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | kprobes.c | 352 case DIE_TRAP: in kprobe_exceptions_notify() 414 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP); in trap_is_kprobe()
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | traps.c | 207 else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP) in do_trap_break()
|
A D | kgdb.c | 327 if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP) in kgdb_riscv_notify()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | traps.c | 64 if (notify_die(DIE_TRAP, str, regs, 0, in do_trap()
|
A D | kprobes.c | 500 case DIE_TRAP: in kprobe_exceptions_notify()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | traps.c | 477 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
|
/linux-6.3-rc2/drivers/misc/sgi-xp/ |
A D | xpc_main.c | 1198 case DIE_TRAP: in xpc_system_die()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | traps.c | 973 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp() 978 if (notify_die(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp()
|