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

Go to the source code of this file.

Macros

#define UNIQUE_ENTRYHI(idx)   (CKSEG0 + ((idx) << (PAGE_SHIFT + 1)))
 
#define ENTER_CRITICAL(flags)   local_irq_save(flags)
 
#define EXIT_CRITICAL(flags)   local_irq_restore(flags)
 
#define FLUSH_ITLB
 
#define FLUSH_ITLB_VM(vma)
 

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 local_flush_tlb_one (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)
 
 __setup ("ntlb=", set_ntlb)
 
void __cpuinit tlb_init (void)
 

Macro Definition Documentation

#define ENTER_CRITICAL (   flags)    local_irq_save(flags)

Definition at line 48 of file tlb-r4k.c.

#define EXIT_CRITICAL (   flags)    local_irq_restore(flags)

Definition at line 49 of file tlb-r4k.c.

#define FLUSH_ITLB

Definition at line 64 of file tlb-r4k.c.

#define FLUSH_ITLB_VM (   vma)

Definition at line 65 of file tlb-r4k.c.

#define UNIQUE_ENTRYHI (   idx)    (CKSEG0 + ((idx) << (PAGE_SHIFT + 1)))

Definition at line 29 of file tlb-r4k.c.

Function Documentation

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

Definition at line 271 of file tlb-r4k.c.

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

Definition at line 339 of file tlb-r4k.c.

void build_tlb_refill_handler ( void  )

Definition at line 2131 of file tlbex.c.

void local_flush_tlb_all ( void  )

Definition at line 69 of file tlb-r4k.c.

void local_flush_tlb_kernel_range ( unsigned long  start,
unsigned long  end 
)

Definition at line 160 of file tlb-r4k.c.

void local_flush_tlb_mm ( struct mm_struct mm)

Definition at line 100 of file tlb-r4k.c.

void local_flush_tlb_one ( unsigned long  page)

Definition at line 239 of file tlb-r4k.c.

void local_flush_tlb_page ( struct vm_area_struct vma,
unsigned long  page 
)

Definition at line 201 of file tlb-r4k.c.

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

Definition at line 115 of file tlb-r4k.c.

void __cpuinit tlb_init ( void  )

Definition at line 379 of file tlb-r4k.c.