| /linux/arch/sh/kernel/ |
| H A D | traps.c | 142 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER() 159 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
|
| H A D | kprobes.c | 411 if (val == DIE_TRAP && in kprobe_exceptions_notify()
|
| /linux/arch/riscv/include/asm/ |
| H A D | kdebug.h | 8 DIE_TRAP, enumerator
|
| /linux/arch/arc/include/asm/ |
| H A D | kdebug.h | 11 DIE_TRAP, enumerator
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kdebug.h | 15 DIE_TRAP, enumerator
|
| /linux/arch/mips/include/asm/ |
| H A D | kdebug.h | 10 DIE_TRAP, enumerator
|
| /linux/arch/sh/include/asm/ |
| H A D | kdebug.h | 7 DIE_TRAP, enumerator
|
| /linux/arch/sparc/include/asm/ |
| H A D | kdebug_64.h | 17 DIE_TRAP, enumerator
|
| /linux/arch/s390/include/asm/ |
| H A D | kdebug.h | 20 DIE_TRAP, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | kdebug.h | 18 DIE_TRAP, enumerator
|
| /linux/arch/arc/kernel/ |
| H A D | kprobes.c | 353 case DIE_TRAP: in kprobe_exceptions_notify() 415 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP); in trap_is_kprobe()
|
| /linux/arch/s390/kernel/ |
| H A D | traps.c | 65 if (notify_die(DIE_TRAP, str, regs, 0, regs->int_code, si_signo) == NOTIFY_STOP) in do_trap()
|
| /linux/arch/riscv/kernel/ |
| H A D | traps.c | 296 else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP) in handle_break()
|
| H A D | kgdb.c | 333 if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP) in kgdb_riscv_notify()
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 975 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp() 980 if (notify_die(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp()
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc_main.c | 1160 case DIE_TRAP: in xpc_system_die()
|
| /linux/arch/loongarch/kernel/ |
| H A D | traps.c | 766 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
|