Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | flush_tlb_all __flush_tlb_all |
#define | flush_tlb_mm __flush_tlb_mm |
#define | flush_tlb_page __flush_tlb_page |
#define | flush_tlb_kernel_range(start, end) flush_tlb_all() |
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) |
#define flush_tlb_all __flush_tlb_all |
Definition at line 31 of file tlbflush.h.
#define flush_tlb_kernel_range | ( | start, | |
end | |||
) | flush_tlb_all() |
Definition at line 46 of file tlbflush.h.
#define flush_tlb_mm __flush_tlb_mm |
Definition at line 32 of file tlbflush.h.
#define flush_tlb_page __flush_tlb_page |
Definition at line 33 of file tlbflush.h.