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

Go to the source code of this file.

Functions

void flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end)
 
void flush_tlb_one (unsigned long vaddr)
 
void tlb_flush_all (void)
 
void flush_tlb_mm (struct mm_struct *mm)
 
void flush_tlb_page (struct vm_area_struct *vma, unsigned long vaddr)
 
void flush_tlb_kernel_range (unsigned long start, unsigned long end)
 

Function Documentation

void flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 90 of file vm_tlb.c.

void flush_tlb_mm ( struct mm_struct mm)

Definition at line 68 of file vm_tlb.c.

void flush_tlb_one ( unsigned long  vaddr)

Definition at line 49 of file vm_tlb.c.

void flush_tlb_page ( struct vm_area_struct vma,
unsigned long  vaddr 
)

Definition at line 78 of file vm_tlb.c.

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

Definition at line 37 of file vm_tlb.c.

void tlb_flush_all ( void  )

Definition at line 59 of file vm_tlb.c.