|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <asm/intrinsics.h>#include <asm/mmu_context.h>#include <asm/page.h>Go to the source code of this file.
Macros | |
| #define | flush_tlb_all() local_flush_tlb_all() |
| #define | smp_flush_tlb_cpumask(m) local_flush_tlb_all() |
| #define | smp_local_flush_tlb() |
Functions | |
| void | setup_ptcg_sem (int max_purges, int from_palo) |
| void | local_flush_tlb_all (void) |
| void | flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end) |
| #define flush_tlb_all | ( | void | ) | local_flush_tlb_all() |
Definition at line 34 of file tlbflush.h.
| #define smp_flush_tlb_cpumask | ( | m | ) | local_flush_tlb_all() |
Definition at line 35 of file tlbflush.h.
| #define smp_local_flush_tlb | ( | void | ) |
Definition at line 93 of file tlbflush.h.
| void flush_tlb_range | ( | struct vm_area_struct * | vma, |
| unsigned long | start, | ||
| unsigned long | end | ||
| ) |
1.8.2