Searched refs:do_munmap (Results 1 – 9 of 9) 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/s390/kernel/ |
H A D | vdso.c | 87 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
|
/linux/arch/sparc/vdso/ |
H A D | vma.c | 419 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/linux/mm/ |
H A D | nommu.c | 1425 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 D | mremap.c | 1035 * 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 D | mmap.c | 1055 /* 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 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/include/linux/ |
H A D | mm.h | 3357 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|