Searched refs:do_munmap (Results 1 – 8 of 8) sorted by relevance
| /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 | nommu.c | 1456 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function 1524 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
|
| H A D | mremap.c | 1469 err = do_munmap(mm, vrm->new_addr, vrm->new_len, in mremap_to()
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 1187 WARN_ON_ONCE(do_munmap(mm, tramp->vm_start, PAGE_SIZE, NULL)); in __arch_uprobe_optimize()
|
| /linux/include/linux/ |
| H A D | mm.h | 4278 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|