Home
last modified time | relevance | path

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

/linux-6.6.21/arch/parisc/kernel/
Dvdso.c88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
/linux-6.6.21/arch/s390/kernel/
Dvdso.c180 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
/linux-6.6.21/arch/x86/entry/vdso/
Dvma.c266 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/linux-6.6.21/arch/powerpc/kernel/
Dvdso.c227 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
/linux-6.6.21/arch/sparc/vdso/
Dvma.c418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/linux-6.6.21/mm/
Dmremap.c839 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early); in mremap_to()
845 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
Dnommu.c1428 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function
1496 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
Dmmap.c2654 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
/linux-6.6.21/fs/proc/
Dvmcore.c547 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked()
679 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
/linux-6.6.21/ipc/
Dshm.c1827 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
/linux-6.6.21/include/linux/
Dmm.h3292 extern int do_munmap(struct mm_struct *, unsigned long, size_t,