/arch/openrisc/include/asm/ |
D | tlbflush.h | 40 void flush_tlb_range(struct vm_area_struct *vma, 52 flush_tlb_range(NULL, start, end); in flush_tlb_kernel_range()
|
/arch/m32r/include/asm/ |
D | tlbflush.h | 28 #define flush_tlb_range(vma, start, end) \ macro 35 #define flush_tlb_range(vma, start, end) do { } while (0) macro 47 #define flush_tlb_range(vma, start, end) \ macro
|
/arch/mips/include/asm/ |
D | tlbflush.h | 29 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long, 39 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end) macro
|
/arch/sh/include/asm/ |
D | tlbflush.h | 30 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, 43 #define flush_tlb_range(vma, start, end) \ macro
|
/arch/microblaze/include/asm/ |
D | tlbflush.h | 47 #define flush_tlb_range local_flush_tlb_range macro 63 #define flush_tlb_range(mm, start, end) BUG() macro
|
/arch/ia64/include/asm/ |
D | tlbflush.h | 69 extern void flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end); 78 flush_tlb_range(vma, (addr & PAGE_MASK), (addr & PAGE_MASK) + PAGE_SIZE); in flush_tlb_page()
|
/arch/frv/include/asm/ |
D | tlbflush.h | 42 #define flush_tlb_range(vma,start,end) \ macro 67 #define flush_tlb_range(mm,start,end) BUG() macro
|
/arch/powerpc/include/asm/ |
D | tlbflush.h | 37 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, 67 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, 155 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
|
/arch/mn10300/include/asm/ |
D | tlbflush.h | 108 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function 130 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
|
/arch/alpha/include/asm/ |
D | tlbflush.h | 130 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function 141 extern void flush_tlb_range(struct vm_area_struct *, unsigned long,
|
/arch/avr32/include/asm/ |
D | tlbflush.h | 26 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
|
D | tlb.h | 15 flush_tlb_range(vma, vma->vm_start, vma->vm_end)
|
/arch/um/include/asm/ |
D | tlbflush.h | 24 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
|
/arch/hexagon/include/asm/ |
D | tlbflush.h | 40 extern void flush_tlb_range(struct vm_area_struct *vma,
|
/arch/m68k/include/asm/ |
D | tlbflush.h | 94 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function 191 static inline void flush_tlb_range (struct vm_area_struct *vma, in flush_tlb_range() function 265 static inline void flush_tlb_range(struct mm_struct *mm, in flush_tlb_range() function
|
/arch/h8300/include/asm/ |
D | tlbflush.h | 44 static inline void flush_tlb_range(struct mm_struct *mm, in flush_tlb_range() function
|
/arch/sparc/include/asm/ |
D | tlb_32.h | 11 flush_tlb_range(vma, vma->vm_start, vma->vm_end); \
|
D | tlbflush_32.h | 10 #define flush_tlb_range(vma, start, end) \ macro
|
/arch/powerpc/mm/ |
D | tlb_hash32.c | 175 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function 180 EXPORT_SYMBOL(flush_tlb_range);
|
/arch/x86/include/asm/ |
D | tlbflush.h | 104 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function 143 #define flush_tlb_range(vma, start, end) \ macro
|
/arch/cris/include/asm/ |
D | tlbflush.h | 36 static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long start, unsigned long … in flush_tlb_range() function
|
/arch/metag/include/asm/ |
D | tlb.h | 20 flush_tlb_range(vma, vma->vm_start, vma->vm_end); \
|
/arch/arc/include/asm/ |
D | tlbflush.h | 22 #define flush_tlb_range(vma, s, e) local_flush_tlb_range(vma, s, e) macro
|
/arch/xtensa/include/asm/ |
D | tlb.h | 35 flush_tlb_range(vma, vma->vm_start, vma->vm_end); \
|
/arch/parisc/include/asm/ |
D | tlb.h | 16 flush_tlb_range(vma, vma->vm_start, vma->vm_end); \
|