Home
last modified time | relevance | path

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

/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.c73 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
/linux/tools/testing/vma/include/
H A Dstubs.h121 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap() function
/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 Dutil.c1417 do_munmap(current->mm, vma->vm_start, len, NULL); in mmap_action_finish()
/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.h4127 extern int do_munmap(struct mm_struct *, unsigned long, size_t,