Searched refs:__flush_tlb_range (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/arch/riscv/mm/ |
| D | tlbflush.c | 78 static void __flush_tlb_range(struct mm_struct *mm, unsigned long start, in __flush_tlb_range() function 132 __flush_tlb_range(mm, 0, -1, PAGE_SIZE); in flush_tlb_mm() 137 __flush_tlb_range(vma->vm_mm, addr, PAGE_SIZE, PAGE_SIZE); in flush_tlb_page() 143 __flush_tlb_range(vma->vm_mm, start, end - start, PAGE_SIZE); in flush_tlb_range() 149 __flush_tlb_range(vma->vm_mm, start, end - start, PMD_SIZE); in flush_pmd_tlb_range()
|
| /Linux-v6.6/arch/parisc/include/asm/ |
| 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-v6.6/arch/arm64/include/asm/ |
| D | hugetlb.h | 72 __flush_tlb_range(vma, start, end, stride, false, 2); in flush_hugetlb_tlb_range() 74 __flush_tlb_range(vma, start, end, stride, false, 1); in flush_hugetlb_tlb_range() 76 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, 0); in flush_hugetlb_tlb_range()
|
| D | tlbflush.h | 403 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function 447 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, 0); in flush_tlb_range()
|
| D | tlb.h | 71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_flush()
|
| D | pgtable.h | 43 __flush_tlb_range(vma, addr, end, PMD_SIZE, false, 2) 45 __flush_tlb_range(vma, addr, end, PUD_SIZE, false, 1)
|
| /Linux-v6.6/arch/ia64/mm/ |
| D | tlb.c | 311 __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()
|
| /Linux-v6.6/arch/parisc/kernel/ |
| D | cache.c | 653 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
|
| /Linux-v6.6/arch/parisc/mm/ |
| D | init.c | 478 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
|