Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fault.h File Reference

Go to the source code of this file.

Macros

#define FSR_LNX_PF   (1 << 31)
 
#define FSR_WRITE   (1 << 11)
 
#define FSR_FS4   (1 << 10)
 
#define FSR_FS3_0   (15)
 
#define FSR_FS5_0   (0x3f)
 

Functions

void do_bad_area (unsigned long addr, unsigned int fsr, struct pt_regs *regs)
 
unsigned long search_exception_table (unsigned long addr)
 

Macro Definition Documentation

#define FSR_FS3_0   (15)

Definition at line 10 of file fault.h.

#define FSR_FS4   (1 << 10)

Definition at line 9 of file fault.h.

#define FSR_FS5_0   (0x3f)

Definition at line 11 of file fault.h.

#define FSR_LNX_PF   (1 << 31)

Definition at line 7 of file fault.h.

#define FSR_WRITE   (1 << 11)

Definition at line 8 of file fault.h.

Function Documentation

void do_bad_area ( unsigned long  addr,
unsigned int  fsr,
struct pt_regs regs 
)

Definition at line 187 of file fault.c.

unsigned long search_exception_table ( unsigned long  addr)

Definition at line 43 of file extable.c.