Home
last modified time | relevance | path

Searched refs:do_munmap (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/entry/vdso/
H A Dvma.c175 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 Dvdso.c88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
/linux/arch/powerpc/kernel/
H A Dvdso.c146 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
/linux/mm/
H A Dnommu.c1426 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 Dutil.c1297 do_munmap(current->mm, vma->vm_start, len, NULL); in mmap_action_finish()
H A Dmremap.c1378 err = do_munmap(mm, vrm->new_addr, vrm->new_len, in mremap_to()
H A Dmmap.c1060 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
/linux/fs/proc/
H A Dvmcore.c568 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 Dvma_internal.h1857 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap() function
/linux/ipc/
H A Dshm.c1824 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
/linux/include/linux/
H A Dmm.h3691 extern int do_munmap(struct mm_struct *, unsigned long, size_t,