Linux Kernel
3.7.1
|
#include <asm/pgtable.h>
#include <asm/traps.h>
#include <asm/uaccess.h>
#include <linux/mm.h>
#include <linux/signal.h>
#include <linux/module.h>
#include <linux/hardirq.h>
Go to the source code of this file.
Macros | |
#define | FLT_IFETCH -1 |
#define | FLT_LOAD 0 |
#define | FLT_STORE 1 |
Functions | |
void | do_page_fault (unsigned long address, long cause, struct pt_regs *regs) |
void | read_protection_fault (struct pt_regs *regs) |
void | write_protection_fault (struct pt_regs *regs) |
void | execute_protection_fault (struct pt_regs *regs) |
#define FLT_IFETCH -1 |
Definition at line 40 of file vm_fault.c.
#define FLT_LOAD 0 |
Definition at line 41 of file vm_fault.c.
#define FLT_STORE 1 |
Definition at line 42 of file vm_fault.c.
Definition at line 48 of file vm_fault.c.
Definition at line 195 of file vm_fault.c.
Definition at line 181 of file vm_fault.c.
Definition at line 188 of file vm_fault.c.