|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <linux/sched.h>#include <linux/init.h>#include <linux/init_task.h>#include <linux/fs.h>#include <asm/uaccess.h>#include <asm/pgtable.h>#include <asm/processor.h>#include <asm/desc.h>Go to the source code of this file.
Macros | |
| #define | DOUBLEFAULT_STACKSIZE (1024) |
| #define | STACK_START (unsigned long)(doublefault_stack+DOUBLEFAULT_STACKSIZE) |
| #define | ptr_ok(x) ((x) > PAGE_OFFSET && (x) < PAGE_OFFSET + MAXMEM) |
Variables | |
| struct tss_struct doublefault_tss | __cacheline_aligned |
| #define DOUBLEFAULT_STACKSIZE (1024) |
Definition at line 12 of file doublefault_32.c.
| #define ptr_ok | ( | x | ) | ((x) > PAGE_OFFSET && (x) < PAGE_OFFSET + MAXMEM) |
Definition at line 16 of file doublefault_32.c.
| #define STACK_START (unsigned long)(doublefault_stack+DOUBLEFAULT_STACKSIZE) |
Definition at line 14 of file doublefault_32.c.
| struct tss_struct doublefault_tss __cacheline_aligned |
Definition at line 50 of file doublefault_32.c.
1.8.2