Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | MIPS_BE_DISCARD 0 /* return with no action */ |
#define | MIPS_BE_FIXUP 1 /* return to the fixup code */ |
#define | MIPS_BE_FATAL 2 /* treat as an unrecoverable error */ |
#define | nmi_notifier(fn, pri) |
Functions | |
int | register_nmi_notifier (struct notifier_block *nb) |
Variables | |
void(* | board_be_init )(void) |
int(* | board_be_handler )(struct pt_regs *regs, int is_fixup) |
void(* | board_nmi_handler_setup )(void) |
void(* | board_ejtag_handler_setup )(void) |
void(* | board_bind_eic_interrupt )(int irq, int regset) |
void(* | board_ebase_setup )(void) |
void(* | board_cache_error_setup )(void) |
int register_nmi_notifier | ( | struct notifier_block * | nb | ) |