Searched refs:do_munmap (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/mm/ |
| D | mremap.c | 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()
|
| 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); 1522 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
|
| D | mmap.c | 605 if (do_munmap(mm, start, len, uf)) in munmap_vma_range() 2973 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
|
| /kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
| D | vma.c | 306 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
| /kernel/linux/linux-5.10/arch/sparc/vdso/ |
| D | vma.c | 418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
| /kernel/linux/linux-5.10/ipc/ |
| D | shm.c | 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-5.10/fs/proc/ |
| 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-5.10/include/linux/ |
| D | mm.h | 2644 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 137084 + if (do_munmap(current->mm, (unsigned long)MdlMap->vmaAddr, Size) < 0) 137088 + "%s(%d): do_munmap failed", 138894 + if (do_munmap(current->mm, (unsigned long)MdlMap->vmaAddr, Size) < 0) 138898 + "%s(%d): do_munmap failed", 139595 + if (do_munmap(current->mm, (unsigned long)MdlMap->vmaAddr - res->offset_in_page, res->size) < … 139597 + printk("%s: do_munmap failed\n", __func__); 141362 + if (do_munmap(current->mm, (unsigned long)MdlMap->vmaAddr, Size) < 0) 141366 + "%s(%d): do_munmap failed",
|
| D | 0036_linux_drivers_staging.patch | 20749 + do_munmap(current->mm, base, sz, NULL); 20868 + do_munmap(current->mm, (unsigned long)ptr, resource_size(res), NULL);
|