Home
last modified time | relevance | path

Searched defs:flush_tlb_range (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.4.99/arch/m32r/include/asm/
Dtlbflush.h28 #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
/linux-3.4.99/arch/frv/include/asm/
Dtlbflush.h42 #define flush_tlb_range(vma,start,end) \ macro
67 #define flush_tlb_range(mm,start,end) BUG() macro
/linux-3.4.99/arch/m68k/include/asm/
Dtlbflush.h94 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
/linux-3.4.99/arch/mn10300/include/asm/
Dtlbflush.h108 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
/linux-3.4.99/arch/microblaze/include/asm/
Dtlbflush.h47 #define flush_tlb_range local_flush_tlb_range macro
63 #define flush_tlb_range(mm, start, end) BUG() macro
/linux-3.4.99/arch/x86/include/asm/
Dtlbflush.h109 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
139 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/cris/include/asm/
Dtlbflush.h36 static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long start, unsigned long … in flush_tlb_range() function
/linux-3.4.99/arch/mips/include/asm/
Dtlbflush.h39 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end) macro
/linux-3.4.99/arch/sh/include/asm/
Dtlbflush.h43 #define flush_tlb_range(vma, start, end) \ macro
/linux-3.4.99/arch/parisc/include/asm/
Dtlbflush.h79 #define flush_tlb_range(vma,start,end) __flush_tlb_range((vma)->vm_mm->context,start,end) macro
/linux-3.4.99/arch/hexagon/mm/
Dvm_tlb.c37 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function
/linux-3.4.99/arch/h8300/include/asm/
Dtlbflush.h44 static inline void flush_tlb_range(struct mm_struct *mm, in flush_tlb_range() function
/linux-3.4.99/arch/sparc/include/asm/
Dtlbflush_32.h46 #define flush_tlb_range(vma,start,end) BTFIXUP_CALL(flush_tlb_range)(vma,start,end) in BTFIXUPDEF_CALL() macro
Dtlbflush_64.h33 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/unicore32/include/asm/
Dtlbflush.h179 #define flush_tlb_range local_flush_tlb_range macro
/linux-3.4.99/arch/xtensa/mm/
Dtlb.c84 void flush_tlb_range (struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/s390/include/asm/
Dtlbflush.h126 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/tile/kernel/
Dtlb.c67 void flush_tlb_range(const struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/powerpc/mm/
Dtlb_hash32.c175 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function
/linux-3.4.99/arch/alpha/include/asm/
Dtlbflush.h130 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function
/linux-3.4.99/arch/openrisc/mm/
Dtlb.c102 void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/arm/kernel/
Dsmp_tlb.c105 void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/score/include/asm/
Dtlbflush.h27 #define flush_tlb_range(vma, vmaddr, end) \ macro
/linux-3.4.99/arch/powerpc/include/asm/
Dtlbflush.h158 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.4.99/arch/avr32/mm/
Dtlb.c173 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function

12