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)
 

Macro Definition Documentation

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

Definition at line 6 of file tlb.h.

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

Definition at line 5 of file tlb.h.

#define tlb_flush (   tlb)
Value:
{ \
if (tlb->fullmm == 0) \
flush_tlb_mm_range(tlb->mm, tlb->start, tlb->end, 0UL); \
}

Definition at line 8 of file tlb.h.

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

Definition at line 4 of file tlb.h.