Linux Kernel
3.7.1
|
#include <asm/page.h>
Go to the source code of this file.
Macros | |
#define | KEXEC_SOURCE_MEMORY_LIMIT TASK_SIZE |
#define | KEXEC_DESTINATION_MEMORY_LIMIT TASK_SIZE |
#define | KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE |
#define | KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE |
#define | KEXEC_ARCH KEXEC_ARCH_DEFAULT |
#define | kimage_alloc_pages_arch kimage_alloc_pages_arch |
#define | MAX_NOTE_BYTES 1024 |
Functions | |
struct page * | kimage_alloc_pages_arch (gfp_t gfp_mask, unsigned int order) |
void | relocate_new_kernel_end (void) |
Variables | |
const unsigned char | relocate_new_kernel [] |
const unsigned long | relocate_new_kernel_size |
#define KEXEC_ARCH KEXEC_ARCH_DEFAULT |
Definition at line 221 of file machine_kexec.c.