|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/errno.h>#include <linux/bootmem.h>#include <linux/gfp.h>#include <linux/swap.h>#include <linux/mman.h>#include <linux/nodemask.h>#include <linux/mm.h>#include <asm/bootparam.h>#include <asm/page.h>#include <asm/sections.h>Go to the source code of this file.
Functions | |
| int __init | mem_reserve (unsigned long start, unsigned long end, int must_exist) |
| void __init | bootmem_init (void) |
| void __init | zones_init (void) |
| void __init | mem_init (void) |
| void | free_reserved_mem (void *start, void *end) |
| void | free_initmem (void) |
1.8.2