Searched refs:do_munmap (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/entry/vdso/ |
| H A D | vma.c | 175 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 188 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 189 do_munmap(mm, addr, image->size, NULL); in map_vdso()
|
| /linux/arch/parisc/kernel/ |
| H A D | vdso.c | 88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
|
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 146 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
|
| /linux/mm/ |
| H A D | nommu.c | 1426 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function 1494 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
|
| H A D | util.c | 1297 do_munmap(current->mm, vma->vm_start, len, NULL); in mmap_action_finish()
|
| H A D | mremap.c | 1378 err = do_munmap(mm, vrm->new_addr, vrm->new_len, in mremap_to()
|
| H A D | mmap.c | 1060 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
|
| /linux/fs/proc/ |
| H A D | vmcore.c | 568 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked() 700 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 1857 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap() function
|
| /linux/ipc/ |
| H A D | shm.c | 1824 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
|
| /linux/include/linux/ |
| H A D | mm.h | 3691 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|