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/quicklist.h>
#include <asm/page.h>

Go to the source code of this file.

Macros

#define QUICK_PT   0 /* Other page table pages that are zero on free */
 
#define pmd_pgtable(pmd)   pmd_page(pmd)
 
#define __pte_free_tlb(tlb, pte, addr)
 

Functions

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

Macro Definition Documentation

#define __pte_free_tlb (   tlb,
  pte,
  addr 
)
Value:
do { \
pgtable_page_dtor(pte); \
tlb_remove_page((tlb), (pte)); \
} while (0)

Definition at line 65 of file pgalloc.h.

#define pmd_pgtable (   pmd)    pmd_page(pmd)

Definition at line 29 of file pgalloc.h.

#define QUICK_PT   0 /* Other page table pages that are zero on free */

Definition at line 7 of file pgalloc.h.

Function Documentation

pgd_t* pgd_alloc ( struct mm_struct )

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.