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

Go to the source code of this file.

Macros

#define NR_TLB_ENTRIES   32
 

Functions

void dump_dtlb (void)
 
void update_mmu_cache (struct vm_area_struct *vma, unsigned long address, pte_t *ptep)
 
void flush_tlb_page (struct vm_area_struct *vma, unsigned long page)
 
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)
 
void flush_tlb_mm (struct mm_struct *mm)
 
void flush_tlb_all (void)
 

Macro Definition Documentation

#define NR_TLB_ENTRIES   32

Definition at line 15 of file tlb.c.

Function Documentation

void dump_dtlb ( void  )

Definition at line 54 of file tlb.c.

void flush_tlb_all ( void  )

Definition at line 261 of file tlb.c.

void flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 221 of file tlb.c.

void flush_tlb_mm ( struct mm_struct mm)

Definition at line 247 of file tlb.c.

void flush_tlb_page ( struct vm_area_struct vma,
unsigned long  page 
)

Definition at line 150 of file tlb.c.

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

Definition at line 173 of file tlb.c.

void update_mmu_cache ( struct vm_area_struct vma,
unsigned long  address,
pte_t ptep 
)
inline

Definition at line 103 of file tlb.c.