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

/linux-master/arch/parisc/kernel/
H A Dvdso.c88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL);
/linux-master/arch/s390/kernel/
H A Dvdso.c177 do_munmap(mm, vvar_start, PAGE_SIZE, NULL);
/linux-master/arch/powerpc/kernel/
H A Dvdso.c227 do_munmap(mm, vdso_base, vvar_size, NULL);
/linux-master/arch/x86/entry/vdso/
H A Dvma.c266 do_munmap(mm, text_start, image->size, NULL);
/linux-master/arch/sparc/vdso/
H A Dvma.c418 do_munmap(mm, text_start, image->size, NULL);
/linux-master/mm/
H A Dmremap.c670 * We'd prefer to avoid failure later on in do_munmap:
754 * since do_munmap() will decrement it by old_len == new_len.
759 * If this were a serious issue, we'd add a flag to do_munmap().
906 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early);
912 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap);
H A Dnommu.c1426 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) function
1494 ret = do_munmap(mm, addr, len, NULL);
H A Dmmap.c2699 /* do_munmap() - Wrapper function for non-maple tree aware do_munmap() calls.
2707 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, function
/linux-master/fs/proc/
H A Dvmcore.c547 do_munmap(vma->vm_mm, from, len, NULL);
679 do_munmap(vma->vm_mm, vma->vm_start, len, NULL);
/linux-master/ipc/
H A Dshm.c1755 * Errors from do_munmap are ignored: the function only fails if
1759 * valid - therefore do_munmap cannot fail. (famous last words?)
1823 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL);
/linux-master/include/linux/
H A Dmm.h3400 extern int do_munmap(struct mm_struct *, unsigned long, size_t,

Completed in 284 milliseconds