Home
last modified time | relevance | path

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

/Linux-v5.4/arch/nds32/include/asm/
Dtlbflush.h33 void local_flush_tlb_range(struct vm_area_struct *vma,
39 #define flush_tlb_range local_flush_tlb_range
/Linux-v5.4/arch/openrisc/include/asm/
Dtlbflush.h36 extern void local_flush_tlb_range(struct vm_area_struct *vma,
44 #define flush_tlb_range local_flush_tlb_range
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/unicore32/include/asm/
Dtlbflush.h167 #define local_flush_tlb_range(vma, start, end) \ macro
176 #define flush_tlb_range local_flush_tlb_range
/Linux-v5.4/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-v5.4/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-v5.4/arch/nds32/mm/
Dtlb.c14 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/Linux-v5.4/arch/sh/mm/
Dnommu.c48 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-v5.4/arch/mips/kernel/
Dsmp.c563 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
596 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
611 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/Linux-v5.4/arch/arm/include/asm/
Dtlbflush.h604 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
612 #define flush_tlb_range local_flush_tlb_range
652 static inline void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned … in local_flush_tlb_range() function
/Linux-v5.4/arch/sh/kernel/
Dsmp.c387 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
409 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/Linux-v5.4/arch/openrisc/mm/
Dtlb.c97 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/Linux-v5.4/arch/xtensa/mm/
Dtlb.c88 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/Linux-v5.4/arch/mips/mm/
Dtlb-r3k.c70 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r4k.c107 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/Linux-v5.4/arch/arc/mm/
Dtlb.c324 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
435 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
/Linux-v5.4/arch/xtensa/kernel/
Dsmp.c509 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()