Searched refs:DIE_TRAP (Results 1 – 16 of 16) sorted by relevance
| /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/riscv/kernel/ |
| H A D | kgdb.c | 334 if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP) in kgdb_riscv_notify()
|
| H A D | traps.c | 295 else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP) in handle_break()
|
| /linux/arch/loongarch/kernel/ |
| H A D | kgdb.c | 277 return (kgdb_loongarch_notify(NULL, DIE_TRAP, &args) == NOTIFY_STOP) ? true : false; in kgdb_breakpoint_handler()
|
| H A D | traps.c | 774 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
|
| /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()
|