|
Linux Kernel
3.7.1
|
#include <linux/bug.h>#include <linux/uaccess.h>#include <linux/module.h>#include <asm/traps.h>#include <asm/cplb.h>#include <asm/blackfin.h>#include <asm/irq_handler.h>#include <linux/irq.h>#include <asm/trace.h>#include <asm/fixed_code.h>#include <asm/pseudo_instructions.h>#include <asm/pda.h>Go to the source code of this file.
Macros | |
| #define | CHK_DEBUGGER_TRAP() do { } while (0) |
| #define | CHK_DEBUGGER_TRAP_MAYBE() do { } while (0) |
| #define | verbose_printk(fmt, arg...) ({ if (0) printk(fmt, ##arg); 0; }) |
Functions | |
| void __init | trap_init (void) |
| asmlinkage notrace void | trap_c (struct pt_regs *fp) |
| asmlinkage void | double_fault_c (struct pt_regs *fp) |
| void | panic_cplb_error (int cplb_panic, struct pt_regs *fp) |
| void | show_regs (struct pt_regs *fp) |
1.8.2