Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bug.h File Reference
#include <linux/linkage.h>
#include <asm-generic/bug.h>

Go to the source code of this file.

Functions

void die (char *str, struct pt_regs *fp, int nr)
 
asmlinkage int process_exception (struct pt_regs *regs)
 
asmlinkage void enable_exception (void)
 

Function Documentation

void die ( char str,
struct pt_regs fp,
int  nr 
)

Definition at line 79 of file traps.c.

asmlinkage void enable_exception ( void  )
asmlinkage int process_exception ( struct pt_regs regs)

Definition at line 323 of file traps.c.