Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
tlbflush.h File Reference
#include <linux/mm.h>
#include <asm/processor.h>

Go to the source code of this file.

Macros

#define flush_tlb()   BUG()
 
#define flush_tlb_all()   BUG()
 
#define flush_tlb_mm(mm)   BUG()
 
#define flush_tlb_page(vma, addr)   BUG()
 
#define flush_tlb_range(mm, start, end)   BUG()
 
#define flush_tlb_kernel_range(start, end)   BUG()
 

Macro Definition Documentation

#define flush_tlb (   void)    BUG()

Definition at line 63 of file tlbflush.h.

#define flush_tlb_all (   void)    BUG()

Definition at line 64 of file tlbflush.h.

#define flush_tlb_kernel_range (   start,
  end 
)    BUG()

Definition at line 68 of file tlbflush.h.

#define flush_tlb_mm (   mm)    BUG()

Definition at line 65 of file tlbflush.h.

#define flush_tlb_page (   vma,
  addr 
)    BUG()

Definition at line 66 of file tlbflush.h.

#define flush_tlb_range (   mm,
  start,
  end 
)    BUG()

Definition at line 67 of file tlbflush.h.