|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/kdebug.h>#include <linux/notifier.h>#include <linux/sched.h>#include <linux/hardirq.h>Go to the source code of this file.
Enumerations | |
| enum | nmi_action { NMI_SHOW_STATE = 1 << 0, NMI_SHOW_REGS = 1 << 1, NMI_DIE = 1 << 2, NMI_DEBOUNCE = 1 << 3, NMI_SHOW_STATE = 1 << 0, NMI_SHOW_REGS = 1 << 1, NMI_DIE = 1 << 2, NMI_DEBOUNCE = 1 << 3 } |
Functions | |
| __setup ("nmi_debug", nmi_debug_setup) | |
| enum nmi_action |
| NMI_SHOW_STATE | |
| NMI_SHOW_REGS | |
| NMI_DIE | |
| NMI_DEBOUNCE | |
| NMI_SHOW_STATE | |
| NMI_SHOW_REGS | |
| NMI_DIE | |
| NMI_DEBOUNCE |
Definition at line 14 of file nmi_debug.c.
| __setup | ( | "nmi_debug" | , |
| nmi_debug_setup | |||
| ) |
1.8.2