Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <asm/uaccess.h>
#include <asm/siginfo.h>
#include <asm/signal.h>
Go to the source code of this file.
Macros | |
#define | NUM_TLB_ENTRIES 64 |
#define | TLB_OFFSET(add) (((add) >> PAGE_SHIFT) & (NUM_TLB_ENTRIES-1)) |
Functions | |
void | die (char *, struct pt_regs *, long) |
asmlinkage void | do_page_fault (struct pt_regs *regs, unsigned long address, unsigned long vector, int write_acc) |
Variables | |
unsigned long | pte_misses |
unsigned long | pte_errors |
volatile pgd_t * | current_pgd |
#define TLB_OFFSET | ( | add | ) | (((add) >> PAGE_SHIFT) & (NUM_TLB_ENTRIES-1)) |