Searched refs:tlb_gather_mmu (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/mm/ |
D | madvise.c | 592 tlb_gather_mmu(&tlb, mm); in madvise_cold() 635 tlb_gather_mmu(&tlb, mm); in madvise_pageout() 810 tlb_gather_mmu(&tlb, mm); in madvise_free_single_vma()
|
D | mmu_gather.c | 409 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm) in tlb_gather_mmu() function
|
D | vma.c | 351 tlb_gather_mmu(&tlb, mm); in unmap_region() 1093 tlb_gather_mmu(&tlb, vms->vma->vm_mm); in vms_clear_ptes()
|
D | mprotect.c | 779 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 | userfaultfd.c | 925 tlb_gather_mmu(&tlb, dst_vma->vm_mm); in uffd_wp_range()
|
D | mmap.c | 2373 tlb_gather_mmu(&tlb, mm); in relocate_vma_down()
|
D | mempolicy.c | 676 tlb_gather_mmu(&tlb, vma->vm_mm); in change_prot_numa()
|
D | memory.c | 1928 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range_single()
|
D | hugetlb.c | 5703 tlb_gather_mmu(&tlb, vma->vm_mm); in unmap_hugepage_range()
|
/linux-6.12.1/tools/testing/vma/ |
D | vma_internal.h | 651 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu() function
|
/linux-6.12.1/arch/powerpc/lib/ |
D | code-patching.c | 146 tlb_gather_mmu(&tlb, mm); in put_patching_mm()
|
/linux-6.12.1/include/linux/ |
D | mm_types.h | 1228 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm);
|
/linux-6.12.1/fs/ |
D | exec.c | 789 tlb_gather_mmu(&tlb, mm); in setup_arg_pages()
|