| /linux-6.15/arch/riscv/mm/ |
| H A D | tlbflush.c | 87 static void __flush_tlb_range(struct mm_struct *mm, in __flush_tlb_range() function 123 __flush_tlb_range(mm, mm_cpumask(mm), 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); in flush_tlb_mm() 130 __flush_tlb_range(mm, mm_cpumask(mm), start, end - start, page_size); in flush_tlb_mm_range() 135 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_tlb_page() 168 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_tlb_range() 174 __flush_tlb_range(NULL, cpu_online_mask, in flush_tlb_kernel_range() 182 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_pmd_tlb_range() 206 __flush_tlb_range(NULL, &batch->cpumask, in arch_tlbbatch_flush()
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | tlbflush.h | 16 int __flush_tlb_range(unsigned long sid, 20 __flush_tlb_range((vma)->vm_mm->context.space_id, start, end) 23 __flush_tlb_range(0, start, end)
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | hugetlb.h | 82 __flush_tlb_range(vma, start, end, PUD_SIZE, false, 1); in flush_hugetlb_tlb_range() 87 __flush_tlb_range(vma, start, end, PMD_SIZE, false, 2); in flush_hugetlb_tlb_range() 90 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, 3); in flush_hugetlb_tlb_range() 93 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, TLBI_TTL_UNKNOWN); in flush_hugetlb_tlb_range()
|
| H A D | tlb.h | 71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_flush()
|
| H A D | tlbflush.h | 475 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function 494 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, TLBI_TTL_UNKNOWN); in flush_tlb_range()
|
| H A D | pgtable.h | 48 __flush_tlb_range(vma, addr, end, PMD_SIZE, false, 2) 50 __flush_tlb_range(vma, addr, end, PUD_SIZE, false, 1)
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | contpte.c | 71 __flush_tlb_range(&vma, start_addr, addr, PAGE_SIZE, true, 3); in contpte_convert() 434 __flush_tlb_range(vma, start_addr, addr, in contpte_ptep_set_access_flags()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | cache.c | 680 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | init.c | 475 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
|