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>

Go to the source code of this file.

Macros

#define pmd_pgtable(pmd)   pmd_page(pmd)
 
#define __pte_free_tlb(tlb, pte, buf)
 
#define check_pgt_cache()   do {} while (0)
 

Macro Definition Documentation

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

Definition at line 75 of file pgalloc.h.

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

Definition at line 81 of file pgalloc.h.

#define pmd_pgtable (   pmd)    pmd_page(pmd)

Definition at line 18 of file pgalloc.h.