Searched refs:tlb_gather_mmu (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/mm/ |
D | mmu_gather.c | 336 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm) in tlb_gather_mmu() function
|
D | madvise.c | 575 tlb_gather_mmu(&tlb, mm); in madvise_cold() 618 tlb_gather_mmu(&tlb, mm); in madvise_pageout() 789 tlb_gather_mmu(&tlb, mm); in madvise_free_single_vma()
|
D | userfaultfd.c | 778 tlb_gather_mmu(&tlb, dst_vma->vm_mm); in uffd_wp_range()
|
D | mprotect.c | 760 tlb_gather_mmu(&tlb, current->mm); in do_mprotect_pkey()
|
D | oom_kill.c | 545 tlb_gather_mmu(&tlb, mm); in __oom_reap_task_mm()
|
D | mempolicy.c | 645 tlb_gather_mmu(&tlb, vma->vm_mm); in change_prot_numa()
|
D | mmap.c | 2331 tlb_gather_mmu(&tlb, mm); in unmap_region()
|
D | memory.c | 1761 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range_single()
|
D | hugetlb.c | 5490 tlb_gather_mmu(&tlb, vma->vm_mm); in unmap_hugepage_range()
|
/Linux-v6.6/arch/powerpc/lib/ |
D | code-patching.c | 143 tlb_gather_mmu(&tlb, mm); in put_patching_mm()
|
/Linux-v6.6/include/linux/ |
D | mm_types.h | 1113 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm);
|
/Linux-v6.6/fs/ |
D | exec.c | 720 tlb_gather_mmu(&tlb, mm); in shift_arg_pages() 821 tlb_gather_mmu(&tlb, mm); in setup_arg_pages()
|