Home
last modified time | relevance | path

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

/linux-6.12.1/arch/openrisc/include/asm/
Dtlbflush.h34 extern void local_flush_tlb_range(struct vm_area_struct *vma,
42 #define flush_tlb_range local_flush_tlb_range
/linux-6.12.1/arch/mips/include/asm/
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)
/linux-6.12.1/arch/microblaze/include/asm/
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
/linux-6.12.1/arch/loongarch/include/asm/
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)
/linux-6.12.1/arch/sh/include/asm/
Dtlbflush.h16 extern void local_flush_tlb_range(struct vm_area_struct *vma,
45 local_flush_tlb_range(vma, start, end)
/linux-6.12.1/arch/arc/include/asm/
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)
/linux-6.12.1/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-6.12.1/arch/arm/kernel/
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()
/linux-6.12.1/arch/openrisc/kernel/
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()
/linux-6.12.1/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_32.c39 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-6.12.1/arch/mips/kernel/
Dsmp.c578 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
611 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
626 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux-6.12.1/arch/arm/include/asm/
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
/linux-6.12.1/arch/xtensa/mm/
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()
/linux-6.12.1/arch/sh/kernel/
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()
/linux-6.12.1/arch/openrisc/mm/
Dtlb.c96 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/linux-6.12.1/arch/arc/mm/
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()
/linux-6.12.1/arch/mips/mm/
Dtlb-r3k.c67 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r4k.c106 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-6.12.1/arch/loongarch/kernel/
Dsmp.c670 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
693 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux-6.12.1/arch/loongarch/mm/
Dtlb.c57 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-6.12.1/arch/xtensa/kernel/
Dsmp.c514 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()