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

Go to the source code of this file.

Functions

void local_flush_tlb_page (struct vm_area_struct *vma, unsigned long page)
 
void local_flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end)
 
void local_flush_tlb_kernel_range (unsigned long start, unsigned long end)
 
void local_flush_tlb_mm (struct mm_struct *mm)
 
void __flush_tlb_global (void)
 

Function Documentation

void __flush_tlb_global ( void  )

Definition at line 123 of file tlbflush_32.c.

void local_flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 78 of file tlbflush_32.c.

void local_flush_tlb_mm ( struct mm_struct mm)

Definition at line 106 of file tlbflush_32.c.

void local_flush_tlb_page ( struct vm_area_struct vma,
unsigned long  page 
)

Definition at line 15 of file tlbflush_32.c.

void local_flush_tlb_range ( struct vm_area_struct vma,
unsigned long  start,
unsigned long  end 
)

Definition at line 39 of file tlbflush_32.c.