#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/mman.h>
#include <linux/nodemask.h>
#include <linux/memblock.h>
#include <linux/fs.h>
#include <linux/bootmem.h>
#include <linux/io.h>
#include <asm/cputype.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/sizes.h>
#include <asm/tlb.h>
#include <asm/memblock.h>
#include <mach/map.h>
#include "mm.h"
Go to the source code of this file.
Value:
Definition at line 86 of file mmu.c.
Value:
Definition at line 88 of file mmu.c.
__setup |
( |
"noalign" |
, |
|
|
noalign_setup |
|
|
) |
| |
Definition at line 61 of file mmu.c.
early_param |
( |
"vmalloc" |
, |
|
|
early_vmalloc |
|
|
) |
| |
paging_init - setup page tables
paging_init() sets up the page tables for each node of the system and frees the bootmem allocator memory for general use.
Definition at line 422 of file mmu.c.
Definition at line 38 of file mmu.c.
Definition at line 49 of file mmu.c.
Definition at line 46 of file mmu.c.
Definition at line 44 of file mmu.c.