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

Go to the source code of this file.

Macros

#define flush_tlb_all()   do { } while (0)
 
#define flush_tlb_mm(mm)   do { } while (0)
 
#define flush_tlb_page(vma, vmaddr)   do { } while (0)
 
#define flush_tlb_range(vma, start, end)   do { } while (0)
 

Functions

void local_flush_tlb_all (void)
 
void local_flush_tlb_mm (struct mm_struct *)
 
void local_flush_tlb_page (struct vm_area_struct *, unsigned long)
 
void local_flush_tlb_range (struct vm_area_struct *, unsigned long, unsigned long)
 
void update_mmu_cache (struct vm_area_struct *, unsigned long, pte_t *)
 

Macro Definition Documentation

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

Definition at line 32 of file tlbflush.h.

#define flush_tlb_mm (   mm)    do { } while (0)

Definition at line 33 of file tlbflush.h.

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

Definition at line 34 of file tlbflush.h.

#define flush_tlb_range (   vma,
  start,
  end 
)    do { } while (0)

Definition at line 35 of file tlbflush.h.

Function Documentation

void local_flush_tlb_all ( void  )

Definition at line 67 of file vtlb.c.

void local_flush_tlb_mm ( struct mm_struct )

Definition at line 122 of file fault-nommu.c.

void local_flush_tlb_page ( struct vm_area_struct ,
unsigned  long 
)

Definition at line 105 of file fault-nommu.c.

void local_flush_tlb_range ( struct vm_area_struct ,
unsigned  long,
unsigned  long 
)

Definition at line 113 of file fault-nommu.c.

void update_mmu_cache ( struct vm_area_struct ,
unsigned  long,
pte_t  
)
inline

Definition at line 330 of file pgtable.h.