Linux Kernel
3.7.1
|
#include <asm/kdebug.h>
Go to the source code of this file.
Data Structures | |
struct | die_args |
Functions | |
int | register_die_notifier (struct notifier_block *nb) |
int | unregister_die_notifier (struct notifier_block *nb) |
int | notify_die (enum die_val val, const char *str, struct pt_regs *regs, long err, int trap, int sig) |
int notify_die | ( | enum die_val | val, |
const char * | str, | ||
struct pt_regs * | regs, | ||
long | err, | ||
int | trap, | ||
int | sig | ||
) |
Definition at line 530 of file notifier.c.
int register_die_notifier | ( | struct notifier_block * | nb | ) |
Definition at line 544 of file notifier.c.
int unregister_die_notifier | ( | struct notifier_block * | nb | ) |
Definition at line 551 of file notifier.c.