Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/crash_dump.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/export.h>
Go to the source code of this file.
Functions | |
early_param ("elfcorehdr", setup_elfcorehdr) | |
Variables | |
unsigned long | saved_max_pfn |
unsigned long long | elfcorehdr_addr = ELFCORE_ADDR_MAX |
unsigned long long | elfcorehdr_size |
early_param | ( | "elfcorehdr" | , |
setup_elfcorehdr | |||
) |
Definition at line 20 of file crash_dump.c.
Definition at line 25 of file crash_dump.c.
unsigned long saved_max_pfn |
Definition at line 11 of file crash_dump.c.