Searched refs:notify_die (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dkdebug.h30 static inline int notify_die(enum die_val val,char *str,struct pt_regs *regs,long err) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dkdebug.h30 static inline int notify_die(enum die_val val,char *str,struct pt_regs *regs,long err) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dtraps.c371 notify_die(DIE_OOPS, (char *)str, regs, err);
470 if (notify_die(DIE_INT3, "int3", regs, error_code) == NOTIFY_BAD)
567 if (notify_die(DIE_NMI, "nmi", regs, reason) == NOTIFY_BAD)
572 if (notify_die(DIE_NMI, "nmi", regs, reason) == NOTIFY_BAD)
609 if (notify_die(DIE_DEBUG, "debug", regs, error_code) == NOTIFY_BAD)
814 notify_die(DIE_CALL, "debug call", regs, 0);
853 notify_die(DIE_TRAPINIT, "traps initialized", 0, 0);
H A Dbluesmoke.c99 notify_die(DIE_NMI, "machine check", regs, error_code);
H A Dsmpboot.c406 notify_die(DIE_CPUINIT, "cpuinit", NULL, 0);
H A Dprocess.c245 if (notify_die(DIE_STOP,"cpustop",0,0) != NOTIFY_BAD)

Completed in 50 milliseconds