/linux-6.12.1/arch/openrisc/include/asm/ |
D | tlbflush.h | 34 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/ |
D | tlbflush.h | 17 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/ |
D | tlbflush.h | 30 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/ |
D | tlbflush.h | 23 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/ |
D | tlbflush.h | 16 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/ |
D | tlbflush.h | 15 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/ |
D | tlbflush.h | 37 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/ |
D | smp_tlb.c | 60 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/ |
D | smp.c | 260 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/ |
D | nommu.c | 49 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | tlbflush_32.c | 39 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/ |
D | smp.c | 578 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/ |
D | tlbflush.h | 597 #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/ |
D | tlb.c | 89 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/ |
D | smp.c | 389 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/ |
D | tlb.c | 96 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
|
/linux-6.12.1/arch/arc/mm/ |
D | tlb.c | 208 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/ |
D | tlb-r3k.c | 67 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | tlb-r4k.c | 106 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/ |
D | smp.c | 670 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/ |
D | tlb.c | 57 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/ |
D | smp.c | 514 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()
|