Linux Kernel
3.7.1
|
#include <asm/tlb.h>
#include <asm/mmu_context.h>
#include <arch/hwregs/asm/mmu_defs_asm.h>
#include <arch/hwregs/supp_reg.h>
Go to the source code of this file.
Macros | |
#define | UPDATE_TLB_SEL_IDX(val) |
#define | UPDATE_TLB_HILO(tlb_hi, tlb_lo) |
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) |
#define UPDATE_TLB_HILO | ( | tlb_hi, | |
tlb_lo | |||
) |
#define UPDATE_TLB_SEL_IDX | ( | val | ) |
void __flush_tlb_page | ( | struct vm_area_struct * | vma, |
unsigned long | addr | ||
) |
int init_new_context | ( | struct task_struct * | tsk, |
struct mm_struct * | mm | ||
) |