Home
last modified time | relevance | path

Searched refs:DIE_TRAP (Results 1 – 16 of 16) sorted by relevance

/linux/arch/sh/kernel/
H A Dtraps.c142 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 Dkprobes.c411 if (val == DIE_TRAP && in kprobe_exceptions_notify()
/linux/arch/riscv/include/asm/
H A Dkdebug.h8 DIE_TRAP, enumerator
/linux/arch/arc/include/asm/
H A Dkdebug.h11 DIE_TRAP, enumerator
/linux/arch/loongarch/include/asm/
H A Dkdebug.h15 DIE_TRAP, enumerator
/linux/arch/mips/include/asm/
H A Dkdebug.h10 DIE_TRAP, enumerator
/linux/arch/sh/include/asm/
H A Dkdebug.h7 DIE_TRAP, enumerator
/linux/arch/sparc/include/asm/
H A Dkdebug_64.h17 DIE_TRAP, enumerator
/linux/arch/s390/include/asm/
H A Dkdebug.h20 DIE_TRAP, enumerator
/linux/arch/x86/include/asm/
H A Dkdebug.h18 DIE_TRAP, enumerator
/linux/arch/arc/kernel/
H A Dkprobes.c353 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 Dkgdb.c334 if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP) in kgdb_riscv_notify()
H A Dtraps.c295 else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP) in handle_break()
/linux/arch/loongarch/kernel/
H A Dkgdb.c277 return (kgdb_loongarch_notify(NULL, DIE_TRAP, &args) == NOTIFY_STOP) ? true : false; in kgdb_breakpoint_handler()
H A Dtraps.c774 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
/linux/arch/mips/kernel/
H A Dtraps.c975 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()