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 <linux/sched.h>
#include <asm/processor.h>
#include <asm/pgalloc.h>

Go to the source code of this file.

Macros

#define __tlb_flush_full(mm)   __tlb_flush_local()
 
#define __tlb_flush_global()   __tlb_flush_local()
 
#define flush_tlb()   do { } while (0)
 
#define flush_tlb_all()   do { } while (0)
 
#define flush_tlb_page(vma, addr)   do { } while (0)
 

Macro Definition Documentation

#define __tlb_flush_full (   mm)    __tlb_flush_local()

Definition at line 61 of file tlbflush.h.

#define __tlb_flush_global ( )    __tlb_flush_local()

Definition at line 62 of file tlbflush.h.

#define flush_tlb (   void)    do { } while (0)

Definition at line 117 of file tlbflush.h.

#define flush_tlb_all (   void)    do { } while (0)

Definition at line 118 of file tlbflush.h.

#define flush_tlb_page (   vma,
  addr 
)    do { } while (0)

Definition at line 119 of file tlbflush.h.