Home
last modified time | relevance | path

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

/arch/openrisc/include/asm/
A Dtlbflush.h34 extern void local_flush_tlb_range(struct vm_area_struct *vma,
42 #define flush_tlb_range local_flush_tlb_range
/arch/mips/include/asm/
A Dtlbflush.h17 extern void local_flush_tlb_range(struct vm_area_struct *vma,
41 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end)
/arch/microblaze/include/asm/
A Dtlbflush.h30 static inline void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
43 #define flush_tlb_range local_flush_tlb_range
/arch/loongarch/include/asm/
A Dtlbflush.h23 extern void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long en…
41 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end)
/arch/sh/include/asm/
A Dtlbflush.h16 extern void local_flush_tlb_range(struct vm_area_struct *vma,
45 local_flush_tlb_range(vma, start, end)
/arch/arc/include/asm/
A Dtlbflush.h15 void local_flush_tlb_range(struct vm_area_struct *vma,
23 #define flush_tlb_range(vma, s, e) local_flush_tlb_range(vma, s, e)
/arch/xtensa/include/asm/
A 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, \
/arch/arm/kernel/
A Dsmp_tlb.c60 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
231 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/sh/mm/
A Dnommu.c49 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
A Dtlbflush_32.c39 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/openrisc/kernel/
A Dsmp.c260 local_flush_tlb_range(NULL, fd->addr1, fd->addr2); in ipi_flush_tlb_range()
278 local_flush_tlb_range(NULL, start, end); in smp_flush_tlb_range()
/arch/xtensa/mm/
A Dtlb.c89 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
169 local_flush_tlb_range(vma, address, address + PAGE_SIZE * nr); in update_mmu_tlb_range()
/arch/mips/kernel/
A Dsmp.c596 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
629 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
644 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/arm/include/asm/
A Dtlbflush.h597 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
605 #define flush_tlb_range local_flush_tlb_range
649 static inline void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned … in local_flush_tlb_range() function
/arch/openrisc/mm/
A Dtlb.c96 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/arch/sh/kernel/
A Dsmp.c389 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
411 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/mips/mm/
A Dtlb-r3k.c67 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
A Dtlb-r4k.c106 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/arc/mm/
A Dtlb.c208 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
314 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
/arch/loongarch/kernel/
A Dsmp.c753 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
776 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/arch/loongarch/mm/
A Dtlb.c57 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/arch/xtensa/kernel/
A Dsmp.c514 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()

Completed in 56 milliseconds