Searched refs:tlb_gather_mmu (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/mm/ |
H A D | mmu_gather.c | 336 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm) in tlb_gather_mmu() function
|
H A 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()
|
H A D | mprotect.c | 760 tlb_gather_mmu(&tlb, current->mm); in do_mprotect_pkey()
|
H A D | oom_kill.c | 545 tlb_gather_mmu(&tlb, mm); in __oom_reap_task_mm()
|
H A D | userfaultfd.c | 827 tlb_gather_mmu(&tlb, dst_vma->vm_mm); in uffd_wp_range()
|
H A D | mempolicy.c | 649 tlb_gather_mmu(&tlb, vma->vm_mm); in change_prot_numa()
|
H A D | mmap.c | 2339 tlb_gather_mmu(&tlb, mm); in unmap_region()
|
H A D | memory.c | 1761 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range_single()
|
H A D | hugetlb.c | 5491 tlb_gather_mmu(&tlb, vma->vm_mm); in unmap_hugepage_range()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | code-patching.c | 143 tlb_gather_mmu(&tlb, mm); in put_patching_mm()
|
/openbmc/linux/include/linux/ |
H A D | mm_types.h | 1140 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm);
|
/openbmc/linux/fs/ |
H A D | exec.c | 718 tlb_gather_mmu(&tlb, mm); in shift_arg_pages() 820 tlb_gather_mmu(&tlb, mm); in setup_arg_pages()
|