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/compiler.h>
#include <linux/mm.h>
#include <linux/page-flags.h>
#include <linux/threads.h>
#include <linux/quicklist.h>
#include <asm/mmu_context.h>

Go to the source code of this file.

Macros

#define __pmd_free_tlb(tlb, pmd, address)   pmd_free((tlb)->mm, pmd)
 
#define pmd_pgtable(pmd)   pmd_page(pmd)
 
#define __pte_free_tlb(tlb, pte, address)   pte_free((tlb)->mm, pte)
 

Macro Definition Documentation

#define __pmd_free_tlb (   tlb,
  pmd,
  address 
)    pmd_free((tlb)->mm, pmd)

Definition at line 70 of file pgalloc.h.

#define __pte_free_tlb (   tlb,
  pte,
  address 
)    pte_free((tlb)->mm, pte)

Definition at line 120 of file pgalloc.h.

#define pmd_pgtable (   pmd)    pmd_page(pmd)

Definition at line 77 of file pgalloc.h.