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 <asm/pgtable-hwdef.h>
#include <asm/processor.h>
#include <asm/cacheflush.h>
#include <asm/tlbflush.h>

Go to the source code of this file.

Macros

#define check_pgt_cache()   do { } while (0)
 
#define PGALLOC_GFP   (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO)
 
#define pmd_pgtable(pmd)   pmd_page(pmd)
 

Functions

pgd_tpgd_alloc (struct mm_struct *mm)
 
void pgd_free (struct mm_struct *mm, pgd_t *pgd)
 

Macro Definition Documentation

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

Definition at line 27 of file pgalloc.h.

#define PGALLOC_GFP   (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO)

Definition at line 52 of file pgalloc.h.

#define pmd_pgtable (   pmd)    pmd_page(pmd)

Definition at line 111 of file pgalloc.h.

Function Documentation

pgd_t* pgd_alloc ( struct mm_struct mm)

Definition at line 40 of file init.c.

void pgd_free ( struct mm_struct mm,
pgd_t pgd 
)

Definition at line 107 of file pgd.c.