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-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 score7_FTLB_refill_Handler (void)
 

Macro Definition Documentation

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

Definition at line 10 of file tlb.h.

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

Definition at line 9 of file tlb.h.

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

Definition at line 11 of file tlb.h.

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

Definition at line 8 of file tlb.h.

Function Documentation

void score7_FTLB_refill_Handler ( void  )