Home
last modified time | relevance | path

Searched refs:local_flush_tlb_range (Results 1 – 21 of 21) sorted by relevance

/arch/arc/include/asm/
Dtlbflush.h18 void local_flush_tlb_range(struct vm_area_struct *vma,
22 #define flush_tlb_range(vma, s, e) local_flush_tlb_range(vma, s, e)
/arch/mips/include/asm/
Dtlbflush.h17 extern void local_flush_tlb_range(struct vm_area_struct *vma,
39 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end)
/arch/sh/include/asm/
Dtlbflush.h15 extern void local_flush_tlb_range(struct vm_area_struct *vma,
44 local_flush_tlb_range(vma, start, end)
/arch/microblaze/include/asm/
Dtlbflush.h36 static inline void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
47 #define flush_tlb_range local_flush_tlb_range
/arch/unicore32/include/asm/
Dtlbflush.h170 #define local_flush_tlb_range(vma, start, end) \ macro
179 #define flush_tlb_range local_flush_tlb_range
/arch/m32r/include/asm/
Dtlbflush.h20 extern void local_flush_tlb_range(struct vm_area_struct *, unsigned long,
29 local_flush_tlb_range(vma, start, end)
/arch/score/include/asm/
Dtlbflush.h17 extern void local_flush_tlb_range(struct vm_area_struct *vma,
28 local_flush_tlb_range(vma, vmaddr, end)
/arch/arm/kernel/
Dsmp_tlb.c58 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
186 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/m32r/mm/
Dfault-nommu.c113 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dfault.c470 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/sh/mm/
Dnommu.c49 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlbflush_64.c79 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlbflush_32.c39 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/mips/kernel/
Dsmp.c311 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
335 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/sh/kernel/
Dsmp.c385 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
407 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/arm/include/asm/
Dtlbflush.h501 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
509 #define flush_tlb_range local_flush_tlb_range
/arch/score/mm/
Dtlb-score.c80 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/mips/mm/
Dtlb-r8k.c62 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r3k.c79 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r4k.c167 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/arc/mm/
Dtlb.c244 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function