Searched refs:do_munmap (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/entry/vdso/ |
| H A D | vma.c | 194 do_munmap(mm, text_start, image->size, NULL); in map_vdso_once() 207 do_munmap(mm, text_start, image->size, NULL); in map_vdso_once() 208 do_munmap(mm, addr, VDSO_NR_PAGES * PAGE_SIZE, NULL); in map_vdso_once()
|
| /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 | 73 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
|
| /linux/tools/testing/vma/include/ |
| H A D | stubs.h | 121 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap() function
|
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 146 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
|
| /linux/mm/ |
| H A D | util.c | 1401 /* do_munmap() might take rmap lock, so release if held. */ in mmap_action_finish() 1416 do_munmap(current->mm, vma->vm_start, len, NULL); in mmap_action_finish()
|
| /linux/ipc/ |
| H A D | shm.c | 1758 * Errors from do_munmap are ignored: the function only fails if in ksys_shmdt() 1762 * valid - therefore do_munmap cannot fail. (famous last words?) in ksys_shmdt() 1826 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
|
| /linux/include/linux/ |
| H A D | mm.h | 4161 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|