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)
 
#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 14 of file tlb.h.

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

Definition at line 13 of file tlb.h.

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

Definition at line 19 of file tlb.h.

#define tlb_start_vma (   tlb,
  vma 
)
Value:
do { \
if (!tlb->fullmm) \
flush_cache_range(vma, vma->vm_start, vma->vm_end); \
} while (0)

Definition at line 8 of file tlb.h.