Home
last modified time | relevance | path

Searched refs:get_unmapped_area (Results 1 – 25 of 39) sorted by relevance

12

/linux/arch/hexagon/kernel/
H A Dvdso.c66 vdso_base = get_unmapped_area(NULL, vdso_base, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.c72 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
/linux/fs/proc/
H A Dinode.c562 .get_unmapped_area = proc_reg_get_unmapped_area,
575 .get_unmapped_area = proc_reg_get_unmapped_area,
589 .get_unmapped_area = proc_reg_get_unmapped_area,
603 .get_unmapped_area = proc_reg_get_unmapped_area,
/linux/arch/csky/kernel/
H A Dvdso.c54 vdso_base = get_unmapped_area(NULL, 0, vdso_len, 0, 0); in arch_setup_additional_pages()
/linux/arch/arm64/kernel/
H A Dvdso.c194 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
350 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in aarch32_sigreturn_setup()
/linux/fs/romfs/
H A Dmmap-nommu.c83 .get_unmapped_area = romfs_get_unmapped_area,
/linux/arch/parisc/kernel/
H A Dvdso.c80 vdso_text_start = get_unmapped_area(NULL, map_base, vdso_text_len, 0, 0); in arch_setup_additional_pages()
/linux/include/drm/
H A Ddrm_gem_dma_helper.h241 .get_unmapped_area = drm_gem_dma_get_unmapped_area,
/linux/arch/loongarch/kernel/
H A Dvdso.c178 data_addr = get_unmapped_area(NULL, vdso_base(), size, 0, 0); in arch_setup_additional_pages()
/linux/fs/ramfs/
H A Dfile-nommu.c42 .get_unmapped_area = ramfs_nommu_get_unmapped_area,
/linux/drivers/char/
H A Dmem.c643 .get_unmapped_area = get_unmapped_area_mem,
677 .get_unmapped_area = get_unmapped_area_zero,
/linux/mm/
H A Dmremap.c980 ret = get_unmapped_area(vma->vm_file, new_addr, new_len, vma->vm_pgoff + in mremap_to()
1002 if (get_unmapped_area(NULL, vma->vm_start, end - vma->vm_start, in vma_expandable()
1196 new_addr = get_unmapped_area(vma->vm_file, 0, new_len, in SYSCALL_DEFINE5()
H A Dmmap.c106 mapped_addr = get_unmapped_area(NULL, addr, len, 0, MAP_FIXED); in check_brk_limits()
875 if (file->f_op->get_unmapped_area) in __get_unmapped_area()
876 get_area = file->f_op->get_unmapped_area; in __get_unmapped_area()
H A Dnommu.c745 if (!file->f_op->get_unmapped_area) in validate_mmap_request()
1138 addr = file->f_op->get_unmapped_area(file, addr, len, in do_mmap()
/linux/arch/s390/kernel/
H A Dvdso.c156 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso()
/linux/arch/arm/kernel/
H A Dprocess.c415 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); in arch_setup_additional_pages()
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c383 if (!vdev->fops->get_unmapped_area) in v4l2_get_unmapped_area()
387 ret = vdev->fops->get_unmapped_area(filp, addr, len, pgoff, flags); in v4l2_get_unmapped_area()
480 .get_unmapped_area = v4l2_get_unmapped_area,
/linux/drivers/video/fbdev/core/
H A Dfb_chrdev.c420 .get_unmapped_area = get_fb_unmapped_area,
/linux/ipc/
H A Dshm.c651 return sfd->file->f_op->get_unmapped_area(sfd->file, addr, len, in shm_get_unmapped_area()
659 .get_unmapped_area = shm_get_unmapped_area,
672 .get_unmapped_area = shm_get_unmapped_area,
/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst206 file->f_op->get_unmapped_area() operation. The mmap() routines will call this
224 It is permitted also for the file->f_op->get_unmapped_area() operation to
/linux/drivers/dax/
H A Ddevice.c378 .get_unmapped_area = dax_get_unmapped_area,
/linux/fs/erofs/
H A Ddata.c475 .get_unmapped_area = thp_get_unmapped_area,
/linux/Documentation/gpu/
H A Ddrm-mm.rst307 :c:type:`struct file_operations <file_operations>` get_unmapped_area field with
310 More detailed information about get_unmapped_area can be found in
/linux/fs/ext4/
H A Dfile.c964 .get_unmapped_area = thp_get_unmapped_area,
/linux/fs/cramfs/
H A Dinode.c480 .get_unmapped_area = cramfs_physmem_get_unmapped_area,

12