|
Linux Kernel
3.7.1
|
#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) |
| #define BARRIER |
| void __update_tlb | ( | struct vm_area_struct * | vma, |
| unsigned long | address, | ||
| pte_t | pte | ||
| ) |
| void local_flush_tlb_page | ( | struct vm_area_struct * | vma, |
| unsigned long | page | ||
| ) |
| void local_flush_tlb_range | ( | struct vm_area_struct * | vma, |
| unsigned long | start, | ||
| unsigned long | end | ||
| ) |
1.8.2