Searched refs:notify_die (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | traps.c | 348 notify_die(DIE_OOPS, (char *)str, regs, err, 255, SIGSEGV); in __die() 457 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) == NOTIFY_BAD) \ 470 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr)==NOTIFY_BAD) \ 536 notify_die(DIE_GPF, "general protection fault", regs, error_code, in do_general_protection() 592 if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT) == NOTIFY_BAD) in do_nmi() 671 notify_die(DIE_DEBUG, "debug", regs, error_code, 1, SIGTRAP); in do_debug() 676 if (notify_die(DIE_DEBUG, "debug2", regs, error_code, 1, SIGTRAP) != NOTIFY_BAD) in do_debug() 836 notify_die(DIE_CALL, "debug call", regs, 0, 255, SIGINT); in do_call_debug()
|
D | nmi.c | 389 if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT) == NOTIFY_BAD) { in nmi_watchdog_tick()
|
D | bluesmoke.c | 126 notify_die(DIE_NMI, "machine check", regs, error_code, 255, SIGKILL); in do_machine_check()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | kdebug.h | 35 static inline int notify_die(enum die_val val,char *str,struct pt_regs *regs,long err,int trap,int … in notify_die() function
|