Searched refs:unmap_vmas (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mmap.c | 2725 unmap_vmas(&tlb, vma, start, end); in unmap_region() 3290 unmap_vmas(&tlb, vma, 0, -1); in exit_mmap()
|
H A D | memory.c | 1530 * unmap_vmas - unmap a range of memory covered by a list of vma's 1542 * unmap_vmas() assumes that the caller will flush the whole unmapped address 1543 * range after unmap_vmas() returns. So the only responsibility here is to 1544 * ensure that any thus-far unmapped pages are flushed before unmap_vmas() 1547 void unmap_vmas(struct mmu_gather *tlb, in unmap_vmas() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | mmap.c | 2353 unmap_vmas(&tlb, mas, vma, start, end, tree_end, mm_wr_locked); in unmap_region() 3255 unmap_vmas(&tlb, &mas, vma, 0, ULONG_MAX, ULONG_MAX, false); in exit_mmap()
|
H A D | memory.c | 1704 * unmap_vmas - unmap a range of memory covered by a list of vma's 1719 * unmap_vmas() assumes that the caller will flush the whole unmapped address 1720 * range after unmap_vmas() returns. So the only responsibility here is to 1721 * ensure that any thus-far unmapped pages are flushed before unmap_vmas() 1724 void unmap_vmas(struct mmu_gather *tlb, struct ma_state *mas, in unmap_vmas() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 1695 void unmap_vmas(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 2316 /* Set in unmap_vmas() to indicate a final unmap call. Only used by hugetlb */ 2368 void unmap_vmas(struct mmu_gather *tlb, struct ma_state *mas,
|
Completed in 35 milliseconds