Linux Kernel
3.7.1
|
#include <asm/cachetlb_32.h>
Go to the source code of this file.
Macros | |
#define | flush_tlb_all() sparc32_cachetlb_ops->tlb_all() |
#define | flush_tlb_mm(mm) sparc32_cachetlb_ops->tlb_mm(mm) |
#define | flush_tlb_range(vma, start, end) sparc32_cachetlb_ops->tlb_range(vma, start, end) |
#define | flush_tlb_page(vma, addr) sparc32_cachetlb_ops->tlb_page(vma, addr) |
#define flush_tlb_all | ( | void | ) | sparc32_cachetlb_ops->tlb_all() |
Definition at line 6 of file tlbflush_32.h.
#define flush_tlb_mm | ( | mm | ) | sparc32_cachetlb_ops->tlb_mm(mm) |
Definition at line 8 of file tlbflush_32.h.
#define flush_tlb_page | ( | vma, | |
addr | |||
) | sparc32_cachetlb_ops->tlb_page(vma, addr) |
Definition at line 12 of file tlbflush_32.h.
#define flush_tlb_range | ( | vma, | |
start, | |||
end | |||
) | sparc32_cachetlb_ops->tlb_range(vma, start, end) |
Definition at line 10 of file tlbflush_32.h.