Home
last modified time | relevance | path

Searched refs:tlb_gather_mmu (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dmmu_gather.c262 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, in tlb_gather_mmu() function
Dmadvise.c518 tlb_gather_mmu(&tlb, mm, start_addr, end_addr); in madvise_cold()
570 tlb_gather_mmu(&tlb, mm, start_addr, end_addr); in madvise_pageout()
735 tlb_gather_mmu(&tlb, mm, range.start, range.end); in madvise_free_single_vma()
Doom_kill.c547 tlb_gather_mmu(&tlb, mm, range.start, range.end); in __oom_reap_task_mm()
Dmmap.c2723 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region()
3287 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
Dmemory.c1578 tlb_gather_mmu(&tlb, vma->vm_mm, start, range.end); in zap_page_range()
1605 tlb_gather_mmu(&tlb, vma->vm_mm, address, range.end); in zap_page_range_single()
Dhugetlb.c4078 tlb_gather_mmu(&tlb, mm, tlb_start, tlb_end); in unmap_hugepage_range()
/kernel/linux/linux-5.10/include/linux/
Dmm_types.h642 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm,
/kernel/linux/linux-5.10/arch/x86/kernel/
Dldt.c401 tlb_gather_mmu(&tlb, mm, start, end); in free_ldt_pgtables()
/kernel/linux/linux-5.10/fs/
Dexec.c717 tlb_gather_mmu(&tlb, mm, old_start, old_end); in shift_arg_pages()