Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
pgalloc.h File Reference
#include <asm/mem-layout.h>
#include <asm/atomic.h>

Go to the source code of this file.

Macros

#define check_pgt_cache()   do {} while (0)
 
#define __pte_free_tlb(tlb, pte, addr)
 

Variables

unsigned long long kmap_generation
 

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

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

Definition at line 27 of file pgalloc.h.

Variable Documentation

unsigned long long kmap_generation

Definition at line 61 of file init.c.