Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/kernel/
Dtraps.c134 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER()
151 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
Dkprobes.c496 if (val == DIE_TRAP) { in kprobe_exceptions_notify()
/linux-4.1.27/arch/arc/include/asm/
Dkdebug.h14 DIE_TRAP, enumerator
/linux-4.1.27/arch/mips/include/asm/
Dkdebug.h9 DIE_TRAP, enumerator
/linux-4.1.27/arch/sh/include/asm/
Dkdebug.h6 DIE_TRAP, enumerator
/linux-4.1.27/arch/sparc/include/asm/
Dkdebug_64.h14 DIE_TRAP, enumerator
/linux-4.1.27/arch/s390/include/asm/
Dkdebug.h19 DIE_TRAP, enumerator
/linux-4.1.27/arch/x86/include/asm/
Dkdebug.h17 DIE_TRAP, enumerator
/linux-4.1.27/arch/x86/kernel/
Dtraps.c295 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap()
355 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in do_double_fault()
381 if (notify_die(DIE_TRAP, "bounds", regs, error_code, in do_bounds()
717 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, SIGFPE) == NOTIFY_STOP) in math_error()
913 if (notify_die(DIE_TRAP, "iret exception", regs, error_code, in do_iret_error()
/linux-4.1.27/arch/sparc/kernel/
Dtraps_64.c91 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap()
195 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception()
234 if (notify_die(DIE_TRAP, "instruction access exception", regs, in sun4v_insn_access_exception()
272 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception()
324 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception()
489 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log()
515 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log()
2208 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee()
2223 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother()
2245 if (notify_die(DIE_TRAP, "tagged arithmetic overflow", regs, in do_tof()
[all …]
/linux-4.1.27/arch/arc/kernel/
Dkprobes.c377 case DIE_TRAP: in kprobe_exceptions_notify()
522 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP); in trap_is_kprobe()
/linux-4.1.27/arch/s390/kernel/
Dtraps.c88 if (notify_die(DIE_TRAP, str, regs, 0, in do_trap()
Dkprobes.c661 case DIE_TRAP: in kprobe_exceptions_notify()
/linux-4.1.27/arch/mips/kernel/
Dtraps.c884 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp()
888 if (notify_die(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), in do_trap_or_bp()
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_main.c1207 case DIE_TRAP: in xpc_system_die()