Linux Kernel
3.7.1
|
#include <linux/bootmem.h>
#include <linux/kthread.h>
#include <linux/random.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <asm/cacheflush.h>
#include <asm/pgtable.h>
#include <asm/kdebug.h>
Go to the source code of this file.
Data Structures | |
struct | split_state |
Macros | |
#define | PAGE_CPA_TEST __pgprot(_PAGE_CPA_TEST) |
Enumerations | |
enum | { NTEST = 400, LPS = (1 << 22), GPS = (1<<30) } |
Functions | |
module_init (start_pageattr_test) | |
#define PAGE_CPA_TEST __pgprot(_PAGE_CPA_TEST) |
Definition at line 35 of file pageattr-test.c.
anonymous enum |
Definition at line 23 of file pageattr-test.c.
module_init | ( | start_pageattr_test | ) |