/linux-4.4.14/arch/sh/kernel/ |
D | traps.c | 38 notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV); in die() 134 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() 175 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER()
|
D | hw_breakpoint.c | 376 notify_die(DIE_BREAKPOINT, "breakpoint", regs, 0, ex, SIGTRAP); in BUILD_TRAP_HANDLER()
|
/linux-4.4.14/arch/x86/kernel/ |
D | traps.c | 287 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap() 345 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in do_double_fault() 368 if (notify_die(DIE_TRAP, "bounds", regs, error_code, in do_bounds() 461 if (notify_die(DIE_GPF, "general protection fault", regs, error_code, in do_general_protection() 511 if (notify_die(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, in do_int3() 640 if (notify_die(DIE_DEBUG, "debug", regs, (long)&dr6, error_code, in do_debug() 697 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, SIGFPE) == NOTIFY_STOP) in math_error() 785 if (notify_die(DIE_TRAP, "iret exception", regs, error_code, in do_iret_error()
|
D | dumpstack.c | 275 if (notify_die(DIE_OOPS, str, regs, err, in __die()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | traps_64.c | 91 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap() 121 if (notify_die(DIE_TRAP_TL1, "bad trap tl1", regs, in bad_trap_tl1() 195 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception() 220 if (notify_die(DIE_TRAP_TL1, "instruction access exception tl1", regs, in spitfire_insn_access_exception_tl1() 234 if (notify_die(DIE_TRAP, "instruction access exception", regs, in sun4v_insn_access_exception() 259 if (notify_die(DIE_TRAP_TL1, "instruction access exception tl1", regs, in sun4v_insn_access_exception_tl1() 272 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception() 310 if (notify_die(DIE_TRAP_TL1, "data access exception tl1", regs, in spitfire_data_access_exception_tl1() 324 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception() 364 if (notify_die(DIE_TRAP_TL1, "data access exception tl1", regs, in sun4v_data_access_exception_tl1() [all …]
|
D | nmi.c | 73 if (notify_die(DIE_NMIWATCHDOG, str, regs, 0, in die_nmi() 96 if (notify_die(DIE_NMI, "nmi", regs, 0, in perfctr_irq()
|
D | kprobes.c | 435 if (notify_die((trap_level == 0x170) ? DIE_DEBUG : DIE_DEBUG_2, in kprobe_trap()
|
/linux-4.4.14/arch/s390/kernel/ |
D | traps.c | 88 if (notify_die(DIE_TRAP, str, regs, 0, in do_trap() 99 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap() 215 if (notify_die(DIE_BPT, "bpt", regs, 0, in illegal_op()
|
D | dumpstack.c | 192 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV); in die()
|
/linux-4.4.14/arch/tile/kernel/ |
D | traps.c | 234 notify_die(DIE_BREAK, "debug", regs, bundle, in do_bpt() 239 notify_die(DIE_COMPILED_BPT, "debug", regs, bundle, in do_bpt() 244 notify_die(DIE_SSTEPBP, "single_step", regs, bundle, in do_bpt()
|
/linux-4.4.14/include/linux/ |
D | kdebug.h | 19 int notify_die(enum die_val val, const char *str,
|
/linux-4.4.14/arch/ia64/kernel/ |
D | traps.c | 65 if (notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV) in die() 110 if (notify_die(DIE_BREAK, "break 0", regs, break_num, TRAP_BRKPT, SIGTRAP) in ia64_bad_break() 174 if (notify_die(DIE_BREAK, "bad break", regs, break_num, TRAP_BRKPT, SIGTRAP) in ia64_bad_break() 565 if (notify_die(DIE_FAULT, "ia64_fault", ®s, vector, siginfo.si_code, SIGTRAP) in ia64_fault()
|
D | process.c | 664 (void) notify_die(DIE_MACHINE_RESTART, restart_cmd, NULL, 0, 0, 0); in machine_restart() 671 (void) notify_die(DIE_MACHINE_HALT, "", NULL, 0, 0, 0); in machine_halt()
|
D | mca.c | 114 if ((notify_die((event), "INIT", (regs), (arg), 0, 0) \ 121 if ((notify_die((event), "MCA", (regs), (arg), 0, 0) \
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 383 if (notify_die(DIE_OOPS, str, regs, 0, current->thread.trap_nr, in die() 469 if (notify_die(DIE_OOPS, "bus error", regs, 0, current->thread.trap_nr, in do_be() 825 if (notify_die(DIE_FP, "FP exception", regs, 0, current->thread.trap_nr, in do_fpe() 886 if (notify_die(DIE_TRAP, str, regs, code, current->thread.trap_nr, in do_trap_or_bp() 988 if (notify_die(DIE_UPROBE, "uprobe", regs, bcode, in do_bp() 994 if (notify_die(DIE_UPROBE_XOL, "uprobe_xol", regs, bcode, in do_bp() 1000 if (notify_die(DIE_BREAK, "debug", regs, bcode, in do_bp() 1006 if (notify_die(DIE_SSTEPBP, "single_step", regs, bcode, in do_bp() 1109 if (notify_die(DIE_RI, "RI Fault", regs, 0, current->thread.trap_nr, in do_ri() 1459 if (notify_die(DIE_MSAFP, "MSA FP exception", regs, 0, in do_msa_fpe()
|
/linux-4.4.14/arch/arc/kernel/ |
D | traps.c | 152 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
|
D | kprobes.c | 522 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP); in trap_is_kprobe()
|
/linux-4.4.14/kernel/ |
D | notifier.c | 536 int notrace notify_die(enum die_val val, const char *str, in notify_die() function 551 NOKPROBE_SYMBOL(notify_die);
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | traps.c | 214 if (notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV) == NOTIFY_STOP) in __die() 783 if (notify_die(DIE_IABR_MATCH, "iabr_match", regs, 5, in instruction_breakpoint_exception() 805 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in single_step_exception() 1157 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception() 1667 if (notify_die(DIE_SSTEP, "block_step", regs, 5, in DebugException() 1681 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in DebugException()
|
D | process.c | 312 if (notify_die(DIE_DABR_MATCH, "dabr_match", regs, error_code, in do_send_trap() 330 if (notify_die(DIE_DABR_MATCH, "dabr_match", regs, error_code, in do_break()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 162 if (notify_die(DIE_BREAKPOINT, str, regs, code, 0, 0)) in die_if_no_fixup() 191 if (notify_die(DIE_GPF, str, regs, code, 0, 0)) in die_if_no_fixup()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | traps.c | 106 ret = notify_die(DIE_NMI, "NMI", regs, 0, ecr, SIGINT); in do_nmi()
|
D | ptrace.c | 255 if (notify_die(die_val, "ptrace", regs, 0, 0, SIGTRAP) in do_debug()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | traps.c | 190 ret = notify_die(DIE_OOPS, str, regs, err, tsk->thread.trap_no, \ in __die()
|
/linux-4.4.14/arch/mips/mm/ |
D | fault.c | 62 if (notify_die(DIE_PAGE_FAULT, "page fault", regs, -1, in __do_page_fault()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | traps.c | 215 if (notify_die(DIE_OOPS, str, regs, err, pt_cause(regs), SIGSEGV) == in die()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | traps.c | 213 ret = notify_die(DIE_OOPS, str, regs, err, 0, SIGSEGV); in __die()
|
/linux-4.4.14/arch/tile/mm/ |
D | fault.c | 713 if (notify_die(DIE_PAGE_FAULT, "page fault", regs, -1, in __do_page_fault()
|
/linux-4.4.14/arch/arm/kernel/ |
D | traps.c | 247 ret = notify_die(DIE_OOPS, str, regs, err, tsk->thread.trap_no, SIGSEGV); in __die()
|