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

Go to the source code of this file.

Macros

#define QUICK_PGD   0 /* Preserve kernel mappings over free */
 
#define QUICK_PT   1 /* Zero on free */
 
#define pmd_pgtable(pmd)   pmd_page(pmd)
 
#define __pte_free_tlb(tlb, pte, addr)
 

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 87 of file pgalloc.h.

#define pmd_pgtable (   pmd)    pmd_page(pmd)

Definition at line 30 of file pgalloc.h.

#define QUICK_PGD   0 /* Preserve kernel mappings over free */

Definition at line 16 of file pgalloc.h.

#define QUICK_PT   1 /* Zero on free */

Definition at line 17 of file pgalloc.h.