Home
last modified time | relevance | path

Searched refs:do_munmap (Results 1 – 9 of 9) 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/s390/kernel/
H A Dvdso.c87 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
/linux/arch/sparc/vdso/
H A Dvma.c419 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/linux/mm/
H A Dnommu.c1425 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function
1493 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
H A Dmremap.c1035 * We'd prefer to avoid failure later on in do_munmap: in prep_move_vma()
1297 * since do_munmap() will decrement it by old_len == new_len. in move_vma()
1302 * If this were a serious issue, we'd add a flag to do_munmap(). in move_vma()
1370 * do_munmap will check if dst is sealed. in mremap_to()
1372 err = do_munmap(mm, vrm->new_addr, vrm->new_len, in mremap_to()
H A Dmmap.c1055 /* do_munmap() - Wrapper function for non-maple tree aware do_munmap() calls.
1063 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/include/linux/
H A Dmm.h3357 extern int do_munmap(struct mm_struct *, unsigned long, size_t,