|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <linux/interrupt.h>#include <linux/module.h>#include <linux/wait.h>#include <asm/uaccess.h>#include <arch/system.h>Go to the source code of this file.
Macros | |
| #define | D(x) |
| #define | DPG(x) |
Functions | |
| int | find_fixup_code (struct pt_regs *) |
| void | die_if_kernel (const char *, struct pt_regs *, long) |
| void | show_registers (struct pt_regs *regs) |
| DEFINE_PER_CPU (pgd_t *, current_pgd) | |
| asmlinkage void | do_page_fault (unsigned long address, struct pt_regs *regs, int protection, int writeaccess) |
Variables | |
| unsigned long | cris_signal_return_page |
| DEFINE_PER_CPU | ( | pgd_t * | , |
| current_pgd | |||
| ) |
1.8.2