Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dkdebug.h8 DIE_TRAP, enumerator
/openbmc/linux/arch/arc/include/asm/
H A Dkdebug.h11 DIE_TRAP, enumerator
/openbmc/linux/arch/loongarch/include/asm/
H A Dkdebug.h15 DIE_TRAP, enumerator
/openbmc/linux/arch/sh/kernel/
H A Dtraps.c140 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER()
157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
H A Dkprobes.c414 if (val == DIE_TRAP && in kprobe_exceptions_notify()
/openbmc/linux/arch/mips/include/asm/
H A Dkdebug.h10 DIE_TRAP, enumerator
/openbmc/linux/arch/sh/include/asm/
H A Dkdebug.h7 DIE_TRAP, enumerator
/openbmc/linux/arch/sparc/include/asm/
H A Dkdebug_64.h17 DIE_TRAP, enumerator
/openbmc/linux/arch/s390/include/asm/
H A Dkdebug.h20 DIE_TRAP, enumerator
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c170 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap()
296 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
417 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in DEFINE_IDTENTRY_DF()
472 if (notify_die(DIE_TRAP, "bounds", regs, 0, in DEFINE_IDTENTRY()
1131 if (notify_die(DIE_TRAP, str, regs, 0, trapnr, in math_error()
1362 if (notify_die(DIE_TRAP, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c92 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap()
191 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception()
294 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception()
343 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception()
525 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log()
549 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log()
2036 if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, in do_mcd_err()
2349 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee()
2364 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother()
2576 if (notify_die(DIE_TRAP, "illegal instruction", regs, in do_illegal_instruction()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dkdebug.h18 DIE_TRAP, enumerator
/openbmc/linux/arch/arc/kernel/
H A Dkprobes.c352 case DIE_TRAP: in kprobe_exceptions_notify()
414 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP); in trap_is_kprobe()
/openbmc/linux/arch/s390/kernel/
H A Dtraps.c64 if (notify_die(DIE_TRAP, str, regs, 0, in do_trap()
H A Dkprobes.c500 case DIE_TRAP: in kprobe_exceptions_notify()
/openbmc/linux/arch/riscv/kernel/
H A Dkgdb.c327 if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP) in kgdb_riscv_notify()
H A Dtraps.c279 else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP) in handle_break()
/openbmc/linux/arch/loongarch/kernel/
H A Dkgdb.c275 return (kgdb_loongarch_notify(NULL, DIE_TRAP, &args) == NOTIFY_STOP) ? true : false; in kgdb_breakpoint_handler()
H A Dtraps.c719 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1191 case DIE_TRAP: in xpc_system_die()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c973 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp()
978 if (notify_die(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp()