Searched refs:tlb_gather_mmu (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/mm/ |
D | mmu_gather.c | 305 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm) in tlb_gather_mmu() function
|
D | madvise.c | 535 tlb_gather_mmu(&tlb, mm); in madvise_cold() 588 tlb_gather_mmu(&tlb, mm); in madvise_pageout() 757 tlb_gather_mmu(&tlb, mm); in madvise_free_single_vma()
|
D | userfaultfd.c | 736 tlb_gather_mmu(&tlb, dst_mm); in uffd_wp_range()
|
D | oom_kill.c | 547 tlb_gather_mmu(&tlb, mm); in __oom_reap_task_mm()
|
D | mprotect.c | 742 tlb_gather_mmu(&tlb, current->mm); in do_mprotect_pkey()
|
D | mempolicy.c | 636 tlb_gather_mmu(&tlb, vma->vm_mm); in change_prot_numa()
|
D | memory.c | 1749 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range() 1781 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range_single()
|
D | mmap.c | 2186 tlb_gather_mmu(&tlb, mm); in unmap_region()
|
D | hugetlb.c | 5400 tlb_gather_mmu(&tlb, vma->vm_mm); in unmap_hugepage_range()
|
/linux-6.1.9/include/linux/ |
D | mm_types.h | 828 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm);
|
/linux-6.1.9/fs/ |
D | exec.c | 713 tlb_gather_mmu(&tlb, mm); in shift_arg_pages() 814 tlb_gather_mmu(&tlb, mm); in setup_arg_pages()
|