Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/entry/vdso/
H A Dvma.c177 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
190 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
191 do_munmap(mm, addr, image->size, NULL); in map_vdso()
/linux-6.15/arch/parisc/kernel/
H A Dvdso.c88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
/linux-6.15/arch/s390/kernel/
H A Dvdso.c87 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
/linux-6.15/arch/powerpc/kernel/
H A Dvdso.c147 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
/linux-6.15/arch/sparc/vdso/
H A Dvma.c419 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/linux-6.15/mm/
H A Dnommu.c1423 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function
1491 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
H A Dmremap.c1402 err = do_munmap(mm, vrm->new_addr, vrm->new_len, in mremap_to()
H A Dmmap.c1067 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
/linux-6.15/fs/proc/
H A Dvmcore.c568 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked()
700 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
/linux-6.15/ipc/
H A Dshm.c1819 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
/linux-6.15/include/linux/
H A Dmm.h3477 extern int do_munmap(struct mm_struct *, unsigned long, size_t,