Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/ipl.h>
#include <asm/sclp.h>
#include <asm/setup.h>
Go to the source code of this file.
Macros | |
#define | ADDR2G (1ULL << 31) |
Functions | |
void | detect_memory_layout (struct mem_chunk chunk[]) |
EXPORT_SYMBOL (detect_memory_layout) | |
void | create_mem_hole (struct mem_chunk chunk[], unsigned long addr, unsigned long size, int type) |
#define ADDR2G (1ULL << 31) |
Definition at line 13 of file mem_detect.c.
Definition at line 90 of file mem_detect.c.
Definition at line 48 of file mem_detect.c.
EXPORT_SYMBOL | ( | detect_memory_layout | ) |