Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
traps.h File Reference
#include <linux/compiler.h>
#include <asm/traps_64.h>

Go to the source code of this file.

Functions

 BUILD_TRAP_HANDLER (address_error)
 
 BUILD_TRAP_HANDLER (debug)
 
 BUILD_TRAP_HANDLER (bug)
 
 BUILD_TRAP_HANDLER (breakpoint)
 
 BUILD_TRAP_HANDLER (singlestep)
 
 BUILD_TRAP_HANDLER (fpu_error)
 
 BUILD_TRAP_HANDLER (fpu_state_restore)
 
 BUILD_TRAP_HANDLER (nmi)
 

Function Documentation

BUILD_TRAP_HANDLER ( address_error  )
BUILD_TRAP_HANDLER ( debug  )

Definition at line 127 of file traps.c.

BUILD_TRAP_HANDLER ( bug  )

Definition at line 144 of file traps.c.

BUILD_TRAP_HANDLER ( breakpoint  )

Definition at line 371 of file hw_breakpoint.c.

BUILD_TRAP_HANDLER ( singlestep  )

Definition at line 303 of file kgdb.c.

BUILD_TRAP_HANDLER ( fpu_error  )

Definition at line 559 of file fpu.c.

BUILD_TRAP_HANDLER ( fpu_state_restore  )
BUILD_TRAP_HANDLER ( nmi  )

Definition at line 167 of file traps.c.