Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fault.c File Reference
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/hardirq.h>
#include <linux/kprobes.h>
#include <linux/perf_event.h>
#include <linux/kdebug.h>
#include <asm/io_trapped.h>
#include <asm/mmu_context.h>
#include <asm/tlbflush.h>
#include <asm/traps.h>

Go to the source code of this file.

Macros

#define __FAULT_ADDR_LIMIT   VMALLOC_END
 

Functions

asmlinkage void __kprobes do_page_fault (struct pt_regs *regs, unsigned long error_code, unsigned long address)
 

Macro Definition Documentation

#define __FAULT_ADDR_LIMIT   VMALLOC_END

Definition at line 170 of file fault.c.

Function Documentation

asmlinkage void __kprobes do_page_fault ( struct pt_regs regs,
unsigned long  error_code,
unsigned long  address 
)

Definition at line 399 of file fault.c.