Searched refs:tlb_gather_mmu (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mm_types.h | 521 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm,
|
/Linux-v4.19/arch/x86/kernel/ |
D | ldt.c | 301 tlb_gather_mmu(&tlb, mm, start, end); in free_ldt_pgtables()
|
/Linux-v4.19/mm/ |
D | oom_kill.c | 523 tlb_gather_mmu(&tlb, mm, start, end); in __oom_reap_task_mm()
|
D | madvise.c | 477 tlb_gather_mmu(&tlb, mm, start, end); in madvise_free_single_vma()
|
D | memory.c | 413 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, in tlb_gather_mmu() function 1606 tlb_gather_mmu(&tlb, mm, start, end); in zap_page_range() 1632 tlb_gather_mmu(&tlb, mm, address, end); in zap_page_range_single()
|
D | mmap.c | 2569 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region() 3090 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
|
D | hugetlb.c | 3457 tlb_gather_mmu(&tlb, mm, tlb_start, tlb_end); in unmap_hugepage_range()
|
/Linux-v4.19/fs/ |
D | exec.c | 656 tlb_gather_mmu(&tlb, mm, old_start, old_end); in shift_arg_pages()
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 1123 tlb_gather_mmu(&tlb, mm, 0, -1); in clear_refs_write()
|