Searched refs:get_unmapped_area (Results 1 - 58 of 58) sorted by relevance

/linux-4.1.27/arch/tile/mm/
H A Dmmap.c82 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
85 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
H A Dhugetlbpage.c243 if (current->mm->get_unmapped_area == arch_get_unmapped_area) hugetlb_get_unmapped_area()
/linux-4.1.27/arch/x86/mm/
H A Dmmap.c123 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
126 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
H A Dhugetlbpage.c150 if (mm->get_unmapped_area == arch_get_unmapped_area) hugetlb_get_unmapped_area()
H A Dmpx.c48 addr = get_unmapped_area(NULL, 0, len, 0, MAP_ANONYMOUS | MAP_PRIVATE); mpx_mmap()
/linux-4.1.27/arch/powerpc/mm/
H A Dmmap.c98 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
101 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
H A Dslice.c662 * calling arch get_unmapped_area for MAP_FIXED (which our implementation
668 * get_unmapped_area() can. It would be possible to fix it here but I
/linux-4.1.27/arch/arm64/mm/
H A Dmmap.c88 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
91 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
/linux-4.1.27/arch/sh/kernel/vsyscall/
H A Dvsyscall.c68 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); arch_setup_additional_pages()
/linux-4.1.27/arch/mips/mm/
H A Dmmap.c168 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
171 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
/linux-4.1.27/arch/arm/mm/
H A Dmmap.c191 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
194 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
/linux-4.1.27/mm/
H A Ddebug.c173 "get_unmapped_area %p\n" dump_mm()
203 mm->get_unmapped_area, dump_mm()
H A Dmremap.c436 ret = get_unmapped_area(vma->vm_file, new_addr, new_len, vma->vm_pgoff + mremap_to()
459 if (get_unmapped_area(NULL, vma->vm_start, end - vma->vm_start, vma_expandable()
566 new_addr = get_unmapped_area(vma->vm_file, 0, new_len, SYSCALL_DEFINE5()
H A Dutil.c236 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
H A Dmmap.c1297 addr = get_unmapped_area(file, addr, len, pgoff, flags); do_mmap_pgoff()
1997 get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, get_unmapped_area() function
2011 get_area = current->mm->get_unmapped_area; get_unmapped_area()
2012 if (file && file->f_op->get_unmapped_area) get_unmapped_area()
2013 get_area = file->f_op->get_unmapped_area; get_unmapped_area()
2028 EXPORT_SYMBOL(get_unmapped_area); variable
2744 error = get_unmapped_area(NULL, addr, len, 0, MAP_FIXED); do_brk()
H A Dnommu.c1017 if (!file->f_op->get_unmapped_area) validate_mmap_request()
1413 addr = file->f_op->get_unmapped_area(file, addr, len, do_mmap_pgoff()
/linux-4.1.27/fs/proc/
H A Dinode.c292 get_area = pde->proc_fops->get_unmapped_area; proc_reg_get_unmapped_area()
295 get_area = current->mm->get_unmapped_area; proc_reg_get_unmapped_area()
378 .get_unmapped_area = proc_reg_get_unmapped_area,
391 .get_unmapped_area = proc_reg_get_unmapped_area,
/linux-4.1.27/fs/romfs/
H A Dmmap-nommu.c87 .get_unmapped_area = romfs_get_unmapped_area,
/linux-4.1.27/arch/mips/kernel/
H A Dvdso.c96 addr = get_unmapped_area(NULL, addr, PAGE_SIZE, 0, 0); arch_setup_additional_pages()
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h94 /* provide a special get_unmapped_area for framebuffer mmaps of nommu */
/linux-4.1.27/arch/hexagon/kernel/
H A Dvdso.c73 vdso_base = get_unmapped_area(NULL, vdso_base, PAGE_SIZE, 0, 0); arch_setup_additional_pages()
/linux-4.1.27/arch/s390/mm/
H A Dmmap.c251 mm->get_unmapped_area = s390_get_unmapped_area; arch_pick_mmap_layout()
254 mm->get_unmapped_area = s390_get_unmapped_area_topdown; arch_pick_mmap_layout()
/linux-4.1.27/arch/sparc/kernel/
H A Dsys_sparc_64.c220 get_area = current->mm->get_unmapped_area; get_fb_unmapped_area()
291 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
302 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
/linux-4.1.27/arch/sparc/mm/
H A Dhugetlbpage.c121 if (mm->get_unmapped_area == arch_get_unmapped_area) hugetlb_get_unmapped_area()
/linux-4.1.27/arch/tile/kernel/
H A Dvdso.c153 vdso_base = get_unmapped_area(NULL, vdso_base, setup_vdso_pages()
/linux-4.1.27/arch/arm64/kernel/
H A Dvdso.c167 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); arch_setup_additional_pages()
/linux-4.1.27/arch/parisc/kernel/
H A Dsys_parisc.c257 mm->get_unmapped_area = arch_get_unmapped_area; arch_pick_mmap_layout()
259 mm->get_unmapped_area = arch_get_unmapped_area_topdown; arch_pick_mmap_layout()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-dev.c376 if (!vdev->fops->get_unmapped_area) v4l2_get_unmapped_area()
380 ret = vdev->fops->get_unmapped_area(filp, addr, len, pgoff, flags); v4l2_get_unmapped_area()
382 printk(KERN_DEBUG "%s: get_unmapped_area (%d)\n", v4l2_get_unmapped_area()
459 .get_unmapped_area = v4l2_get_unmapped_area,
/linux-4.1.27/drivers/pci/
H A Dproc.c293 .get_unmapped_area = get_pci_unmapped_area,
/linux-4.1.27/arch/x86/vdso/
H A Dvma.c113 addr = get_unmapped_area(NULL, addr, map_vdso()
/linux-4.1.27/drivers/usb/gadget/function/
H A Duvc_v4l2.c366 .get_unmapped_area = uvcg_v4l2_get_unmapped_area,
/linux-4.1.27/fs/ramfs/
H A Dfile-nommu.c46 .get_unmapped_area = ramfs_nommu_get_unmapped_area,
/linux-4.1.27/include/media/
H A Dv4l2-dev.h72 unsigned long (*get_unmapped_area) (struct file *, unsigned long, member in struct:v4l2_file_operations
H A Dv4l2-ioctl.h294 /* Log the file operations open, release, mmap and get_unmapped_area */
/linux-4.1.27/arch/s390/kernel/
H A Dvdso.c213 vdso_base = get_unmapped_area(NULL, 0, vdso_pages << PAGE_SHIFT, 0, 0); arch_setup_additional_pages()
/linux-4.1.27/drivers/char/
H A Dmem.c732 .get_unmapped_area = get_unmapped_area_mem,
744 .get_unmapped_area = get_unmapped_area_mem,
/linux-4.1.27/arch/powerpc/kernel/
H A Dvdso.c212 * allows get_unmapped_area to find an area near other mmaps arch_setup_additional_pages()
240 vdso_base = get_unmapped_area(NULL, vdso_base, arch_setup_additional_pages()
/linux-4.1.27/include/linux/
H A Dmm_types.h263 * get_unmapped_area find a free area of the right size.
346 unsigned long (*get_unmapped_area) (struct file *filp, member in struct:mm_struct
H A Dmm.h1872 extern unsigned long get_unmapped_area(struct file *, unsigned long, unsigned long, unsigned long, unsigned long);
H A Dfs.h1610 unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); member in struct:file_operations
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h444 /* We provide our own get_unmapped_area to cope with VA holes for userland */
H A Dpgtable_64.h990 /* We provide our own get_unmapped_area to cope with VA holes and
996 /* We provide a special get_unmapped_area for framebuffer mmaps to try and use
/linux-4.1.27/arch/arm/kernel/
H A Dprocess.c396 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); arch_setup_additional_pages()
/linux-4.1.27/ipc/
H A Dshm.c471 return sfd->file->f_op->get_unmapped_area(sfd->file, addr, len, shm_get_unmapped_area()
480 .get_unmapped_area = shm_get_unmapped_area,
490 .get_unmapped_area = shm_get_unmapped_area,
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h432 /* We provide our own get_unmapped_area to cope with
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h366 /* We have our own get_unmapped_area to cope with ADDR_LIMIT_32BIT. */
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h519 /* We provide our own get_unmapped_area to provide cache coherency */
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h489 /* We provide our own get_unmapped_area to cope with VA holes for userland */
H A Dprocessor.h281 __u64 map_base; /* base address for get_unmapped_area() */
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dfile.c349 return current->mm->get_unmapped_area(file, addr, len, spufs_get_unmapped_area()
366 .get_unmapped_area = spufs_get_unmapped_area,
/linux-4.1.27/drivers/mtd/
H A Dmtdchar.c1139 .get_unmapped_area = mtdchar_get_unmapped_area,
/linux-4.1.27/drivers/media/platform/blackfin/
H A Dbfin_capture.c769 .get_unmapped_area = vb2_fop_get_unmapped_area,
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_v4l2.c1515 .get_unmapped_area = uvc_v4l2_get_unmapped_area,
/linux-4.1.27/fs/hugetlbfs/
H A Dinode.c704 .get_unmapped_area = hugetlb_get_unmapped_area,
/linux-4.1.27/sound/core/
H A Dpcm_native.c3693 .get_unmapped_area = snd_pcm_get_unmapped_area,
3707 .get_unmapped_area = snd_pcm_get_unmapped_area,
/linux-4.1.27/drivers/video/fbdev/core/
H A Dfbmem.c1507 .get_unmapped_area = get_fb_unmapped_area,
/linux-4.1.27/kernel/events/
H A Duprobes.c1143 area->vaddr = get_unmapped_area(NULL, TASK_SIZE - PAGE_SIZE, xol_add_vma()
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon.c2311 vma->vm_start = get_unmapped_area(NULL, 0, size, 0, MAP_PRIVATE|MAP_ANONYMOUS); pfm_smpl_buffer_alloc()

Completed in 2427 milliseconds