/linux/arch/hexagon/kernel/ |
H A D | vdso.c | 66 vdso_base = get_unmapped_area(NULL, vdso_base, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
|
/linux/arch/sh/kernel/vsyscall/ |
H A D | vsyscall.c | 72 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
|
/linux/fs/proc/ |
H A D | inode.c | 562 .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 D | vdso.c | 54 vdso_base = get_unmapped_area(NULL, 0, vdso_len, 0, 0); in arch_setup_additional_pages()
|
/linux/arch/arm64/kernel/ |
H A D | vdso.c | 194 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 D | mmap-nommu.c | 83 .get_unmapped_area = romfs_get_unmapped_area,
|
/linux/arch/parisc/kernel/ |
H A D | vdso.c | 80 vdso_text_start = get_unmapped_area(NULL, map_base, vdso_text_len, 0, 0); in arch_setup_additional_pages()
|
/linux/include/drm/ |
H A D | drm_gem_dma_helper.h | 241 .get_unmapped_area = drm_gem_dma_get_unmapped_area,
|
/linux/arch/loongarch/kernel/ |
H A D | vdso.c | 178 data_addr = get_unmapped_area(NULL, vdso_base(), size, 0, 0); in arch_setup_additional_pages()
|
/linux/fs/ramfs/ |
H A D | file-nommu.c | 42 .get_unmapped_area = ramfs_nommu_get_unmapped_area,
|
/linux/drivers/char/ |
H A D | mem.c | 643 .get_unmapped_area = get_unmapped_area_mem, 677 .get_unmapped_area = get_unmapped_area_zero,
|
/linux/mm/ |
H A D | mremap.c | 980 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 D | mmap.c | 106 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 D | nommu.c | 745 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 D | vdso.c | 156 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso()
|
/linux/arch/arm/kernel/ |
H A D | process.c | 415 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); in arch_setup_additional_pages()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 383 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 D | fb_chrdev.c | 420 .get_unmapped_area = get_fb_unmapped_area,
|
/linux/ipc/ |
H A D | shm.c | 651 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 D | nommu-mmap.rst | 206 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 D | device.c | 378 .get_unmapped_area = dax_get_unmapped_area,
|
/linux/fs/erofs/ |
H A D | data.c | 475 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/Documentation/gpu/ |
H A D | drm-mm.rst | 307 :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 D | file.c | 964 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/fs/cramfs/ |
H A D | inode.c | 480 .get_unmapped_area = cramfs_physmem_get_unmapped_area,
|