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

Go to the source code of this file.

Data Structures

struct  tlb_args
 

Functions

void flush_tlb_all (void)
 
void flush_tlb_mm (struct mm_struct *mm)
 
void flush_tlb_page (struct vm_area_struct *vma, unsigned long uaddr)
 
void flush_tlb_kernel_page (unsigned long kaddr)
 
void flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end)
 
void flush_tlb_kernel_range (unsigned long start, unsigned long end)
 

Function Documentation

void flush_tlb_all ( void  )

Definition at line 67 of file smp_tlb.c.

void flush_tlb_kernel_page ( unsigned long  kaddr)

Definition at line 95 of file smp_tlb.c.

void flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 119 of file smp_tlb.c.

void flush_tlb_mm ( struct mm_struct mm)

Definition at line 75 of file smp_tlb.c.

void flush_tlb_page ( struct vm_area_struct vma,
unsigned long  uaddr 
)

Definition at line 83 of file smp_tlb.c.

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

Definition at line 105 of file smp_tlb.c.