Home
last modified time | relevance | path

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

12

/linux-3.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/arch/mips/include/asm/
Dtlbflush.h39 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end) macro
/linux-3.3/arch/sh/include/asm/
Dtlbflush.h43 #define flush_tlb_range(vma, start, end) \ macro
/linux-3.3/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.3/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.3/arch/h8300/include/asm/
Dtlbflush.h44 static inline void flush_tlb_range(struct mm_struct *mm, in flush_tlb_range() function
/linux-3.3/arch/sparc/include/asm/
Dtlbflush_64.h24 #define flush_tlb_range(vma,start,end) \ macro
Dtlbflush_32.h46 #define flush_tlb_range(vma,start,end) BTFIXUP_CALL(flush_tlb_range)(vma,start,end) in BTFIXUPDEF_CALL() macro
/linux-3.3/arch/unicore32/include/asm/
Dtlbflush.h179 #define flush_tlb_range local_flush_tlb_range macro
/linux-3.3/arch/xtensa/mm/
Dtlb.c85 void flush_tlb_range (struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.3/arch/s390/include/asm/
Dtlbflush.h128 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.3/arch/tile/kernel/
Dtlb.c67 void flush_tlb_range(const struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.3/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.3/arch/alpha/include/asm/
Dtlbflush.h130 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function
/linux-3.3/arch/openrisc/mm/
Dtlb.c103 void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.3/arch/score/include/asm/
Dtlbflush.h27 #define flush_tlb_range(vma, vmaddr, end) \ macro
/linux-3.3/arch/arm/kernel/
Dsmp_tlb.c116 void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.3/arch/powerpc/include/asm/
Dtlbflush.h158 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() function
/linux-3.3/arch/avr32/mm/
Dtlb.c173 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() function

12