Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
tlb-r3k.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/smp.h>
#include <linux/mm.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
#include <asm/tlbmisc.h>
#include <asm/isadep.h>
#include <asm/io.h>
#include <asm/bootinfo.h>
#include <asm/cpu.h>

Go to the source code of this file.

Macros

#define BARRIER
 

Functions

void build_tlb_refill_handler (void)
 
void local_flush_tlb_all (void)
 
void local_flush_tlb_mm (struct mm_struct *mm)
 
void local_flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end)
 
void local_flush_tlb_kernel_range (unsigned long start, unsigned long end)
 
void local_flush_tlb_page (struct vm_area_struct *vma, unsigned long page)
 
void __update_tlb (struct vm_area_struct *vma, unsigned long address, pte_t pte)
 
void add_wired_entry (unsigned long entrylo0, unsigned long entrylo1, unsigned long entryhi, unsigned long pagemask)
 
void __cpuinit tlb_init (void)
 

Variables

int r3k_have_wired_reg
 

Macro Definition Documentation

#define BARRIER
Value:
__asm__ __volatile__( \
".set push\n\t" \
".set noreorder\n\t" \
"nop\n\t" \
".set pop\n\t")

Definition at line 33 of file tlb-r3k.c.

Function Documentation

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

Definition at line 189 of file tlb-r3k.c.

void add_wired_entry ( unsigned long  entrylo0,
unsigned long  entrylo1,
unsigned long  entryhi,
unsigned long  pagemask 
)

Definition at line 226 of file tlb-r3k.c.

void build_tlb_refill_handler ( void  )

Definition at line 2131 of file tlbex.c.

void local_flush_tlb_all ( void  )

Definition at line 43 of file tlb-r3k.c.

void local_flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 122 of file tlb-r3k.c.

void local_flush_tlb_mm ( struct mm_struct mm)

Definition at line 67 of file tlb-r3k.c.

void local_flush_tlb_page ( struct vm_area_struct vma,
unsigned long  page 
)

Definition at line 158 of file tlb-r3k.c.

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

Definition at line 79 of file tlb-r3k.c.

void __cpuinit tlb_init ( void  )

Definition at line 279 of file tlb-r3k.c.

Variable Documentation

int r3k_have_wired_reg

Definition at line 40 of file tlb-r3k.c.