Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | page_key_data |
Macros | |
#define | PAGE_KEY_DATA_SIZE (PAGE_SIZE - sizeof(struct page_key_data *)) |
Functions | |
unsigned long | page_key_additional_pages (unsigned long pages) |
void | page_key_free (void) |
int | page_key_alloc (unsigned long pages) |
void | page_key_read (unsigned long *pfn) |
void | page_key_memorize (unsigned long *pfn) |
void | page_key_write (void *address) |
int | pfn_is_nosave (unsigned long pfn) |
void | save_processor_state (void) |
void | restore_processor_state (void) |
Variables | |
const void | __nosave_begin |
const void | __nosave_end |
#define PAGE_KEY_DATA_SIZE (PAGE_SIZE - sizeof(struct page_key_data *)) |