Linux Kernel
3.7.1
|
#include <linux/kexec.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <asm/cacheflush.h>
#include <asm/page.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | noretfun_t )(void) |
Functions | |
int | machine_kexec_prepare (struct kimage *kimage) |
void | machine_kexec_cleanup (struct kimage *kimage) |
void | machine_shutdown (void) |
void | machine_crash_shutdown (struct pt_regs *regs) |
Variables | |
const unsigned char | relocate_new_kernel [] |
const size_t | relocate_new_kernel_size |
unsigned long | kexec_start_address |
unsigned long | kexec_indirection_page |
Definition at line 43 of file machine_kexec.c.
Definition at line 39 of file machine_kexec.c.
Definition at line 29 of file machine_kexec.c.
Definition at line 23 of file machine_kexec.c.
Definition at line 34 of file machine_kexec.c.
unsigned long kexec_indirection_page |
unsigned long kexec_start_address |