Home
last modified time | relevance | path

Searched refs:DIE_TRAP (Results 1 – 17 of 17) 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/s390/kernel/
H A Dtraps.c65 if (notify_die(DIE_TRAP, str, regs, 0, regs->int_code, si_signo) == NOTIFY_STOP) in do_trap()
/linux/arch/riscv/kernel/
H A Dtraps.c296 else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP) in handle_break()
H A Dkgdb.c333 if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP) in kgdb_riscv_notify()
/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()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1160 case DIE_TRAP: in xpc_system_die()
/linux/arch/loongarch/kernel/
H A Dtraps.c766 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()