Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
tlb.h File Reference
#include <asm-generic/tlb.h>

Go to the source code of this file.

Macros

#define tlb_start_vma(tlb, vma)   do { } while (0)
 
#define tlb_end_vma(tlb, vma)   do { } while (0)
 
#define __tlb_remove_tlb_entry(tlb, ptep, address)   do { } while (0)
 
#define tlb_flush(tlb)   flush_tlb_mm((tlb)->mm)
 

Macro Definition Documentation

#define __tlb_remove_tlb_entry (   tlb,
  ptep,
  address 
)    do { } while (0)

Definition at line 12 of file tlb.h.

#define tlb_end_vma (   tlb,
  vma 
)    do { } while (0)

Definition at line 11 of file tlb.h.

#define tlb_flush (   tlb)    flush_tlb_mm((tlb)->mm)

Definition at line 18 of file tlb.h.

#define tlb_start_vma (   tlb,
  vma 
)    do { } while (0)

Definition at line 10 of file tlb.h.