#include <linux/string.h>
#include <asm/page.h>
#include <asm/ptrace.h>
Go to the source code of this file.
#define ARCH_HAS_KIMAGE_ARCH |
#define KEXEC_CONTROL_CODE_MAX_SIZE 2048 |
#define KEXEC_CONTROL_MEMORY_LIMIT (0xFFFFFFFFFFUL) |
#define KEXEC_CONTROL_PAGE_SIZE (4096UL + 4096UL) |
#define KEXEC_DESTINATION_MEMORY_LIMIT (0xFFFFFFFFFFUL) |
#define KEXEC_SOURCE_MEMORY_LIMIT (0xFFFFFFFFFFUL) |
#define PA_CONTROL_PAGE 0 |
#define VA_CONTROL_PAGE 1 |
unsigned long relocate_kernel |
( |
unsigned long |
indirection_page, |
|
|
unsigned long |
page_list, |
|
|
unsigned long |
start_address, |
|
|
unsigned int |
preserve_context |
|
) |
| |