Linux Kernel
3.7.1
|
#include <linux/gfp.h>
#include <linux/initrd.h>
#include <linux/ioport.h>
#include <linux/swap.h>
#include <linux/memblock.h>
#include <linux/bootmem.h>
#include <asm/cacheflush.h>
#include <asm/e820.h>
#include <asm/init.h>
#include <asm/page.h>
#include <asm/page_types.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/tlbflush.h>
#include <asm/tlb.h>
#include <asm/proto.h>
#include <asm/dma.h>
Go to the source code of this file.
Data Structures | |
struct | map_range |
Macros | |
#define | NR_RANGE_MR 5 |
Functions | |
void __init | native_pagetable_reserve (u64 start, u64 end) |
unsigned long __init_refok | init_memory_mapping (unsigned long start, unsigned long end) |
int | devmem_is_allowed (unsigned long pagenr) |
void | free_init_pages (char *what, unsigned long begin, unsigned long end) |
void | free_initmem (void) |
void __init | zone_sizes_init (void) |
Variables | |
unsigned long __initdata | pgt_buf_start |
unsigned long __meminitdata | pgt_buf_end |
unsigned long __meminitdata | pgt_buf_top |
int | after_bootmem |
int | direct_gbpages |
unsigned long __init_refok init_memory_mapping | ( | unsigned long | start, |
unsigned long | end | ||
) |
unsigned long __meminitdata pgt_buf_end |
unsigned long __initdata pgt_buf_start |
unsigned long __meminitdata pgt_buf_top |