Linux Kernel
3.7.1
|
#include <linux/highmem.h>
#include <linux/module.h>
#include <asm/irq.h>
#include <asm/mmu_context.h>
#include <asm/tlb.h>
Go to the source code of this file.
Macros | |
#define | TLBSIZE 32 |
Functions | |
EXPORT_SYMBOL (asid_cache) | |
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 __cpuinit | tlb_init (void) |
Variables | |
unsigned long | asid_cache = ASID_FIRST_VERSION |
#define TLBSIZE 32 |
Definition at line 33 of file tlb-score.c.
void __update_tlb | ( | struct vm_area_struct * | vma, |
unsigned long | address, | ||
pte_t | pte | ||
) |
Definition at line 213 of file tlb-score.c.
EXPORT_SYMBOL | ( | asid_cache | ) |
Definition at line 38 of file tlb-score.c.
Definition at line 123 of file tlb-score.c.
Definition at line 74 of file tlb-score.c.
Definition at line 190 of file tlb-score.c.
void local_flush_tlb_page | ( | struct vm_area_struct * | vma, |
unsigned long | page | ||
) |
Definition at line 159 of file tlb-score.c.
void local_flush_tlb_range | ( | struct vm_area_struct * | vma, |
unsigned long | start, | ||
unsigned long | end | ||
) |
Definition at line 80 of file tlb-score.c.
Definition at line 243 of file tlb-score.c.
unsigned long asid_cache = ASID_FIRST_VERSION |
Definition at line 35 of file tlb-score.c.