Home
last modified time | relevance | path

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

/Linux-v4.19/arch/openrisc/include/asm/
Dtlbflush.h40 extern void local_flush_tlb_range(struct vm_area_struct *vma,
48 #define flush_tlb_range local_flush_tlb_range
/Linux-v4.19/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-v4.19/arch/mips/include/asm/
Dtlbflush.h18 extern void local_flush_tlb_range(struct vm_area_struct *vma,
40 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end)
/Linux-v4.19/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-v4.19/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-v4.19/arch/arc/include/asm/
Dtlbflush.h18 void local_flush_tlb_range(struct vm_area_struct *vma,
26 #define flush_tlb_range(vma, s, e) local_flush_tlb_range(vma, s, e)
/Linux-v4.19/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-v4.19/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-v4.19/arch/arm/kernel/
Dsmp_tlb.c63 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
234 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/Linux-v4.19/arch/nds32/mm/
Dtlb.c14 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/Linux-v4.19/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-v4.19/arch/arm/include/asm/
Dtlbflush.h607 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
615 #define flush_tlb_range local_flush_tlb_range
655 static inline void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned … in local_flush_tlb_range() function
/Linux-v4.19/arch/sh/kernel/
Dsmp.c390 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
412 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/Linux-v4.19/arch/openrisc/mm/
Dtlb.c102 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/Linux-v4.19/arch/mips/kernel/
Dsmp.c558 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
589 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/Linux-v4.19/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.c82 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r4k.c124 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/Linux-v4.19/arch/xtensa/mm/
Dtlb.c88 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/Linux-v4.19/arch/arc/mm/
Dtlb.c327 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
438 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
/Linux-v4.19/arch/xtensa/kernel/
Dsmp.c488 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()