#include <linux/string.h>
#include <linux/memblock.h>
#include <linux/delay.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/crash_dump.h>
#include <linux/kobject.h>
#include <linux/sysfs.h>
#include <asm/page.h>
#include <asm/prom.h>
#include <asm/rtas.h>
#include <asm/fadump.h>
#include <asm/debug.h>
#include <asm/setup.h>
Go to the source code of this file.
#define GPR_MASK 0xffffff0000000000 |
#define pr_fmt |
( |
|
fmt | ) |
"fadump: " fmt |
early_param |
( |
"fadump" |
, |
|
|
early_fadump_param |
|
|
) |
| |
early_param |
( |
"fadump_reserve_mem" |
, |
|
|
early_fadump_reserve_mem |
|
|
) |
| |
struct fad_crash_memory_ranges crash_memory_ranges[INIT_CRASHMEM_RANGES] |