/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | vdso.c | 88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mremap.c | 351 * We'd prefer to avoid failure later on in do_munmap: in move_vma() 412 * since do_munmap() will decrement it by old_len == new_len. in move_vma() 417 * If this were a serious issue, we'd add a flag to do_munmap(). in move_vma() 452 if (do_munmap(mm, old_addr, old_len, uf_unmap) < 0) { in move_vma() 585 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early); in mremap_to() 591 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
|
H A D | nommu.c | 1456 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function 1514 EXPORT_SYMBOL(do_munmap); variable 1522 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
|
H A D | mmap.c | 607 if (do_munmap(mm, start, len, uf)) in munmap_vma_range() 2986 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | vdso.c | 180 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vma.c | 306 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vdso.c | 227 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vma.c | 266 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mremap.c | 603 * We'd prefer to avoid failure later on in do_munmap: in move_vma() 687 * since do_munmap() will decrement it by old_len == new_len. in move_vma() 692 * If this were a serious issue, we'd add a flag to do_munmap(). in move_vma() 839 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early); in mremap_to() 845 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
|
H A D | nommu.c | 1428 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function 1496 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
|
H A D | mmap.c | 2671 /* do_munmap() - Wrapper function for non-maple tree aware do_munmap() calls. 2679 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vma.c | 418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vma.c | 418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | vmcore.c | 536 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked() 664 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | vmcore.c | 547 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked() 679 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 1749 * Errors from do_munmap are ignored: the function only fails if in ksys_shmdt() 1753 * valid - therefore do_munmap cannot fail. (famous last words?) in ksys_shmdt() 1782 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt() 1809 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt() 1818 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 1759 * Errors from do_munmap are ignored: the function only fails if in ksys_shmdt() 1763 * valid - therefore do_munmap cannot fail. (famous last words?) in ksys_shmdt() 1827 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 2644 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 3318 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|