Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pgalloc.h File Reference
#include <linux/mm.h>
#include <linux/mmzone.h>

Go to the source code of this file.

Macros

#define pmd_pgtable(pmd)   pmd_page(pmd)
 
#define check_pgt_cache()   do { } while (0)
 

Functions

pgd_tpgd_alloc (struct mm_struct *mm)
 

Macro Definition Documentation

#define check_pgt_cache (   void)    do { } while (0)

Definition at line 86 of file pgalloc.h.

#define pmd_pgtable (   pmd)    pmd_page(pmd)

Definition at line 18 of file pgalloc.h.

Function Documentation

pgd_t* pgd_alloc ( struct mm_struct mm)

Definition at line 40 of file init.c.