Searched refs:do_munmap (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 275 static int do_munmap(void *addr, size_t len) in do_munmap() function 373 do_munmap(p, host_page_size); in mmap_frag() 609 do_munmap(p, len); in mmap_h_eq_g() 691 do_munmap(p, len); in mmap_h_lt_g() 719 do_munmap(want_p, len); in mmap_h_lt_g() 741 do_munmap(p, part_len); in mmap_h_lt_g() 746 do_munmap(p + len, host_len - len); in mmap_h_lt_g() 755 do_munmap(p, len); in mmap_h_lt_g() 882 do_munmap(p, host_len); in mmap_h_gt_g() 890 do_munmap(p, host_len); in mmap_h_gt_g() [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | vdso.c | 88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | vdso.c | 180 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vdso.c | 227 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vma.c | 266 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/openbmc/linux/mm/ |
H A D | mremap.c | 846 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early); in mremap_to() 852 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
|
H A D | nommu.c | 1427 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function 1495 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
|
H A D | mmap.c | 2661 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vma.c | 418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/openbmc/linux/fs/proc/ |
H A D | vmcore.c | 552 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked() 684 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
|
/openbmc/linux/ipc/ |
H A D | shm.c | 1827 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3299 extern int do_munmap(struct mm_struct *, unsigned long, size_t,
|