Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
traps.c File Reference
#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)
 

Macro Definition Documentation

#define CHK_DEBUGGER_TRAP ( )    do { } while (0)

Definition at line 35 of file traps.c.

#define CHK_DEBUGGER_TRAP_MAYBE ( )    do { } while (0)

Definition at line 36 of file traps.c.

#define verbose_printk (   fmt,
  arg... 
)    ({ if (0) printk(fmt, ##arg); 0; })

Definition at line 44 of file traps.c.

Function Documentation

asmlinkage void double_fault_c ( struct pt_regs fp)

Definition at line 501 of file traps.c.

void panic_cplb_error ( int  cplb_panic,
struct pt_regs fp 
)

Definition at line 540 of file traps.c.

void show_regs ( struct pt_regs fp)

Definition at line 578 of file traps.c.

asmlinkage notrace void trap_c ( struct pt_regs fp)

Definition at line 68 of file traps.c.

void __init trap_init ( void  )

Definition at line 56 of file traps.c.