|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <asm/pgtable.h>#include <asm/uaccess.h>#include <arch/system.h>Go to the source code of this file.
Macros | |
| #define | handle_BUG(regs) |
| #define | MODULE_RANGE (8*1024*1024) |
Functions | |
| void | arch_enable_nmi (void) |
| void | stop_watchdog (void) |
| void | reset_watchdog (void) |
| void | show_registers (struct pt_regs *regs) |
| void | show_trace (unsigned long *stack) |
| void | show_stack (struct task_struct *task, unsigned long *sp) |
| void | dump_stack (void) |
| EXPORT_SYMBOL (dump_stack) | |
| void | set_nmi_handler (void(*handler)(struct pt_regs *)) |
| void | watchdog_bite_hook (struct pt_regs *regs) |
| void | die_if_kernel (const char *str, struct pt_regs *regs, long err) |
| void __init | trap_init (void) |
Variables | |
| void(* | nmi_handler )(struct pt_regs *) |
| EXPORT_SYMBOL | ( | dump_stack | ) |
| void show_stack | ( | struct task_struct * | task, |
| unsigned long * | sp | ||
| ) |
1.8.2