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

Go to the source code of this file.

Functions

void __update_tlb (struct vm_area_struct *vma, unsigned long address, pte_t pte)
 
void local_flush_tlb_one (unsigned long asid, unsigned long page)
 
void local_flush_tlb_all (void)
 

Function Documentation

void __update_tlb ( struct vm_area_struct vma,
unsigned long  address,
pte_t  pte 
)

Definition at line 17 of file tlb-sh4.c.

void local_flush_tlb_all ( void  )

Definition at line 83 of file tlb-sh4.c.

void local_flush_tlb_one ( unsigned long  asid,
unsigned long  page 
)

Definition at line 66 of file tlb-sh4.c.