Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
bug.c File Reference
#include <linux/list.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/sched.h>

Go to the source code of this file.

Functions

struct bug_entry * find_bug (unsigned long bugaddr)
 
enum bug_trap_type report_bug (unsigned long bugaddr, struct pt_regs *regs)
 

Variables

struct bug_entry __start___bug_table []
 
struct bug_entry __stop___bug_table []
 

Function Documentation

struct bug_entry* find_bug ( unsigned long  bugaddr)
read

Definition at line 115 of file bug.c.

enum bug_trap_type report_bug ( unsigned long  bugaddr,
struct pt_regs regs 
)

Definition at line 126 of file bug.c.

Variable Documentation

struct bug_entry __start___bug_table[]
struct bug_entry __stop___bug_table[]