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

Go to the source code of this file.

Macros

#define die(msg, regs)   __die(msg, regs, __FILE__ ":", __func__, __LINE__)
 
#define die_if_kernel(msg, regs)   __die_if_kernel(msg, regs, __FILE__ ":", __func__, __LINE__)
 

Functions

void __die (const char *, struct pt_regs *, const char *, const char *, unsigned long) __attribute__((noreturn))
 
void __die_if_kernel (const char *, struct pt_regs *, const char *, const char *, unsigned long)
 

Macro Definition Documentation

#define die (   msg,
  regs 
)    __die(msg, regs, __FILE__ ":", __func__, __LINE__)

Definition at line 12 of file bug.h.

#define die_if_kernel (   msg,
  regs 
)    __die_if_kernel(msg, regs, __FILE__ ":", __func__, __LINE__)

Definition at line 14 of file bug.h.

Function Documentation

void __die ( const char ,
struct pt_regs ,
const char ,
const char ,
unsigned  long 
)

Definition at line 162 of file traps.c.

void __die_if_kernel ( const char ,
struct pt_regs ,
const char ,
const char ,
unsigned  long 
)

Definition at line 174 of file traps.c.