Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
tlb.c File Reference
#include <linux/cpumask.h>
#include <linux/module.h>
#include <linux/hugetlb.h>
#include <asm/tlbflush.h>
#include <asm/homecache.h>
#include <hv/hypervisor.h>

Go to the source code of this file.

Functions

 DEFINE_PER_CPU (int, current_asid)
 
void flush_tlb_mm (struct mm_struct *mm)
 
void flush_tlb_current_task (void)
 
void flush_tlb_page_mm (struct vm_area_struct *vma, struct mm_struct *mm, unsigned long va)
 
void flush_tlb_page (struct vm_area_struct *vma, unsigned long va)
 
 EXPORT_SYMBOL (flush_tlb_page)
 
void flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end)
 
void flush_tlb_all (void)
 
void flush_tlb_kernel_range (unsigned long start, unsigned long end)
 

Variables

int min_asid
 
int max_asid
 

Function Documentation

DEFINE_PER_CPU ( int  ,
current_asid   
)
EXPORT_SYMBOL ( flush_tlb_page  )
void flush_tlb_all ( void  )

flush_tlb_all - Completely invalidate TLBs on all CPUs

Definition at line 78 of file tlb.c.

void flush_tlb_current_task ( void  )

flush_tlb_current_task - Invalidate TLB of current task

Definition at line 48 of file tlb.c.

void flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 94 of file tlb.c.

void flush_tlb_mm ( struct mm_struct mm)

flush_tlb_mm - Invalidate TLB of specified VM context : The VM context to invalidate.

Definition at line 34 of file tlb.c.

void flush_tlb_page ( struct vm_area_struct vma,
unsigned long  va 
)

flush_tlb_page - Invalidate TLB of page : The VM context to invalidate the page for. : The virtual address of the page to invalidate.

Definition at line 62 of file tlb.c.

void flush_tlb_page_mm ( struct vm_area_struct vma,
struct mm_struct mm,
unsigned long  va 
)

Definition at line 53 of file tlb.c.

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

Definition at line 68 of file tlb.c.

Variable Documentation

int max_asid

Definition at line 25 of file tlb.c.

int min_asid

Definition at line 25 of file tlb.c.