Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/mm.h>
#include <asm/fixmap.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
Go to the source code of this file.
Functions | |
void | pgd_init (unsigned long page) |
void | pmd_init (unsigned long addr, unsigned long pagetable) |
void __init | pagetable_init (void) |
Definition at line 64 of file pgtable-64.c.
Definition at line 15 of file pgtable-64.c.
Definition at line 43 of file pgtable-64.c.