Home
last modified time | relevance | path

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

/linux-4.4.14/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)
/linux-4.4.14/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)
/linux-4.4.14/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
/linux-4.4.14/arch/arc/include/asm/
Dtlbflush.h18 void local_flush_tlb_range(struct vm_area_struct *vma,
24 #define flush_tlb_range(vma, s, e) local_flush_tlb_range(vma, s, e)
/linux-4.4.14/arch/unicore32/include/asm/
Dtlbflush.h170 #define local_flush_tlb_range(vma, start, end) \ macro
179 #define flush_tlb_range local_flush_tlb_range
/linux-4.4.14/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)
/linux-4.4.14/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)
/linux-4.4.14/arch/xtensa/include/asm/
Dtlbflush.h37 void local_flush_tlb_range(struct vm_area_struct *vma,
55 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, \
/linux-4.4.14/arch/arm/kernel/
Dsmp_tlb.c58 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
191 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux-4.4.14/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.c474 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-4.4.14/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
/linux-4.4.14/arch/arm/include/asm/
Dtlbflush.h603 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
611 #define flush_tlb_range local_flush_tlb_range
654 static inline void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned … in local_flush_tlb_range() function
/linux-4.4.14/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()
/linux-4.4.14/arch/mips/kernel/
Dsmp.c351 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
375 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux-4.4.14/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
/linux-4.4.14/arch/mips/mm/
Dtlb-r8k.c61 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r3k.c81 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r4k.c117 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-4.4.14/arch/xtensa/mm/
Dtlb.c88 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/linux-4.4.14/arch/arc/mm/
Dtlb.c323 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
434 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
/linux-4.4.14/arch/xtensa/kernel/
Dsmp.c485 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()