Home
last modified time | relevance | path

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

/linux/arch/nds32/include/asm/
A Dtlbflush.h33 void local_flush_tlb_range(struct vm_area_struct *vma,
39 #define flush_tlb_range local_flush_tlb_range
/linux/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
/linux/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
41 #define flush_tlb_range local_flush_tlb_range
/linux/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)
/linux/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)
/linux/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)
/linux/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, \
/linux/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()
/linux/arch/openrisc/kernel/
A Dsmp.c268 local_flush_tlb_range(NULL, fd->addr1, fd->addr2); in ipi_flush_tlb_range()
286 local_flush_tlb_range(NULL, start, end); in smp_flush_tlb_range()
/linux/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
645 static inline void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned … in local_flush_tlb_range() function
/linux/arch/mips/kernel/
A Dsmp.c553 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
586 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
601 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux/arch/nds32/mm/
A Dtlb.c14 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/linux/arch/sh/mm/
A Dnommu.c47 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
/linux/arch/sh/kernel/
A Dsmp.c385 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
407 local_flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux/arch/openrisc/mm/
A Dtlb.c96 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/linux/arch/arc/mm/
A Dtlb.c206 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
312 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range()
/linux/arch/mips/mm/
A Dtlb-r3k.c69 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
/linux/arch/xtensa/mm/
A Dtlb.c88 void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/linux/arch/xtensa/kernel/
A Dsmp.c504 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()

Completed in 27 milliseconds