Home
last modified time | relevance | path

Searched refs:__flush_tlb_range (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dtlbflush.h16 int __flush_tlb_range(unsigned long sid,
20 __flush_tlb_range((vma)->vm_mm->context, start, end)
23 __flush_tlb_range(0, start, end)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dtlbflush.h281 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function
371 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, 0); in flush_tlb_range()
Dtlb.h71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_flush()
Dpgtable.h44 __flush_tlb_range(vma, addr, end, PMD_SIZE, false, 2)
46 __flush_tlb_range(vma, addr, end, PUD_SIZE, false, 1)
/kernel/linux/linux-5.10/arch/ia64/mm/
Dtlb.c311 __flush_tlb_range (struct vm_area_struct *vma, unsigned long start, in __flush_tlb_range() function
362 __flush_tlb_range(vma, start, end); in flush_tlb_range()
364 __flush_tlb_range(vma, ia64_thash(start), ia64_thash(end)); in flush_tlb_range()
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dcache.c484 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
/kernel/linux/linux-5.10/arch/parisc/mm/
Dinit.c481 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch14091 @@ -307,6 +323,14 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,
14106 @@ -357,6 +381,7 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,