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

Go to the source code of this file.

Macros

#define TFP_TLB_SIZE   384
 
#define TFP_TLB_SET_SHIFT   7
 
#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 __cpuinit tlb_init (void)
 

Macro Definition Documentation

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

Definition at line 27 of file tlb-r8k.c.

#define TFP_TLB_SET_SHIFT   7

Definition at line 24 of file tlb-r8k.c.

#define TFP_TLB_SIZE   384

Definition at line 23 of file tlb-r8k.c.

Function Documentation

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

Definition at line 184 of file tlb-r8k.c.

void build_tlb_refill_handler ( void  )

Definition at line 2131 of file tlbex.c.

void local_flush_tlb_all ( void  )

Definition at line 31 of file tlb-r8k.c.

void local_flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 112 of file tlb-r8k.c.

void local_flush_tlb_mm ( struct mm_struct mm)

Definition at line 54 of file tlb-r8k.c.

void local_flush_tlb_page ( struct vm_area_struct vma,
unsigned long  page 
)

Definition at line 149 of file tlb-r8k.c.

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

Definition at line 62 of file tlb-r8k.c.

void __cpuinit tlb_init ( void  )

Definition at line 223 of file tlb-r8k.c.