Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pgtable-64.c File Reference
#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)
 

Function Documentation

void __init pagetable_init ( void  )

Definition at line 64 of file pgtable-64.c.

void pgd_init ( unsigned long  page)

Definition at line 15 of file pgtable-64.c.

void pmd_init ( unsigned long  addr,
unsigned long  pagetable 
)

Definition at line 43 of file pgtable-64.c.