/Linux-v4.19/arch/sh/kernel/ |
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()
|
D | kprobes.c | 491 if (val == DIE_TRAP) { in kprobe_exceptions_notify()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | kdebug.h | 14 DIE_TRAP, enumerator
|
/Linux-v4.19/arch/mips/include/asm/ |
D | kdebug.h | 10 DIE_TRAP, enumerator
|
/Linux-v4.19/arch/sh/include/asm/ |
D | kdebug.h | 7 DIE_TRAP, enumerator
|
/Linux-v4.19/arch/x86/kernel/ |
D | traps.c | 299 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap() 395 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in do_double_fault() 461 if (notify_die(DIE_TRAP, "bounds", regs, error_code, in do_bounds() 847 if (notify_die(DIE_TRAP, str, regs, error_code, in math_error() 941 if (notify_die(DIE_TRAP, "iret exception", regs, error_code, in do_iret_error()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | kdebug_64.h | 17 DIE_TRAP, enumerator
|
/Linux-v4.19/arch/s390/include/asm/ |
D | kdebug.h | 20 DIE_TRAP, enumerator
|
/Linux-v4.19/arch/sparc/kernel/ |
D | traps_64.c | 91 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap() 190 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception() 224 if (notify_die(DIE_TRAP, "instruction access exception", regs, in sun4v_insn_access_exception() 295 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception() 344 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception() 529 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log() 553 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log() 2040 if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, in do_mcd_err() 2355 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee() 2370 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother() [all …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | kdebug.h | 18 DIE_TRAP, enumerator
|
/Linux-v4.19/arch/arc/kernel/ |
D | kprobes.c | 371 case DIE_TRAP: in kprobe_exceptions_notify() 482 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP); in trap_is_kprobe()
|
/Linux-v4.19/arch/s390/kernel/ |
D | traps.c | 68 if (notify_die(DIE_TRAP, str, regs, 0, in do_trap()
|
D | kprobes.c | 628 case DIE_TRAP: in kprobe_exceptions_notify()
|
/Linux-v4.19/arch/mips/kernel/ |
D | traps.c | 885 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp() 890 if (notify_die(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp()
|
/Linux-v4.19/drivers/misc/sgi-xp/ |
D | xpc_main.c | 1206 case DIE_TRAP: in xpc_system_die()
|