Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/kernel/
Dvdso.c88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
/linux-6.12.1/arch/s390/kernel/
Dvdso.c174 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
/linux-6.12.1/arch/x86/entry/vdso/
Dvma.c269 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/linux-6.12.1/arch/powerpc/kernel/
Dvdso.c237 do_munmap(mm, vdso_base, vvar_size, NULL); in __arch_setup_additional_pages()
/linux-6.12.1/mm/
Dmremap.c918 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early); in mremap_to()
924 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
Dnommu.c1416 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() function
1484 ret = do_munmap(mm, addr, len, NULL); in vm_munmap()
Dmmap.c1353 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_munmap() function
/linux-6.12.1/arch/sparc/vdso/
Dvma.c419 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/linux-6.12.1/fs/proc/
Dvmcore.c550 do_munmap(vma->vm_mm, from, len, NULL); in remap_oldmem_pfn_checked()
682 do_munmap(vma->vm_mm, vma->vm_start, len, NULL); in mmap_vmcore()
/linux-6.12.1/ipc/
Dshm.c1819 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
/linux-6.12.1/include/linux/
Dmm.h3361 extern int do_munmap(struct mm_struct *, unsigned long, size_t,