Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tlb.h File Reference
#include <asm/tlbflush.h>
#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)
 

Functions

void check_pgt_cache (void)
 

Macro Definition Documentation

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

Definition at line 24 of file tlb.h.

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

Definition at line 23 of file tlb.h.

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

Definition at line 29 of file tlb.h.

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

Definition at line 22 of file tlb.h.

Function Documentation

void check_pgt_cache ( void  )

Definition at line 149 of file pgalloc.c.