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 <asm/tlb.h>
#include <asm/mmu_context.h>
#include <arch/svinto.h>

Go to the source code of this file.

Macros

#define D(x)
 

Functions

void flush_tlb_all (void)
 
void flush_tlb_mm (struct mm_struct *mm)
 
void flush_tlb_page (struct vm_area_struct *vma, unsigned long addr)
 
int init_new_context (struct task_struct *tsk, struct mm_struct *mm)
 
void switch_mm (struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk)
 

Macro Definition Documentation

#define D (   x)

Definition at line 17 of file tlb.c.

Function Documentation

void flush_tlb_all ( void  )

Definition at line 36 of file tlb.c.

void flush_tlb_mm ( struct mm_struct mm)

Definition at line 64 of file tlb.c.

void flush_tlb_page ( struct vm_area_struct vma,
unsigned long  addr 
)

Definition at line 99 of file tlb.c.

int init_new_context ( struct task_struct tsk,
struct mm_struct mm 
)

Definition at line 143 of file tlb.c.

void switch_mm ( struct mm_struct prev,
struct mm_struct next,
struct task_struct tsk 
)

Definition at line 151 of file tlb.c.