#include <linux/bootmem.h>
#include <linux/efi.h>
#include <linux/memblock.h>
#include <linux/mm.h>
#include <linux/nmi.h>
#include <linux/swap.h>
#include <asm/meminit.h>
#include <asm/pgalloc.h>
#include <asm/pgtable.h>
#include <asm/sections.h>
#include <asm/mca.h>
Go to the source code of this file.
#define alloc_per_cpu_data |
( |
| ) |
do { } while (0) |
find_memory - setup memory map
Walk the EFI memory map and find usable memory for the system, taking into account reserved areas.
Definition at line 264 of file contig.c.
void show_mem |
( |
unsigned int |
filter | ) |
|
show_mem - give short summary of memory stats
Shows a simple page count of reserved and used pages in the system. For discontig machines, it does this on a per-pgdat basis.
Definition at line 40 of file contig.c.
unsigned long bootmap_start |