Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
crash_dump.c File Reference
#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
 

Function Documentation

early_param ( "elfcorehdr"  ,
setup_elfcorehdr   
)

Variable Documentation

unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX

Definition at line 20 of file crash_dump.c.

unsigned long long elfcorehdr_size

Definition at line 25 of file crash_dump.c.

unsigned long saved_max_pfn

Definition at line 11 of file crash_dump.c.