Home
last modified time | relevance | path

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

12

/linux/fs/ramfs/
H A Dfile-mmu.c49 .get_unmapped_area = ramfs_mmu_get_unmapped_area,
H A Dfile-nommu.c42 .get_unmapped_area = ramfs_nommu_get_unmapped_area,
/linux/arch/arm64/kernel/
H A Dvdso.c114 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
270 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in aarch32_sigreturn_setup()
/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/csky/kernel/
H A Dvdso.c54 vdso_base = get_unmapped_area(NULL, 0, vdso_len, 0, 0); in arch_setup_additional_pages()
/linux/fs/proc/
H A Dinode.c561 .get_unmapped_area = proc_reg_get_unmapped_area,
574 .get_unmapped_area = proc_reg_get_unmapped_area,
588 .get_unmapped_area = proc_reg_get_unmapped_area,
602 .get_unmapped_area = proc_reg_get_unmapped_area,
/linux/fs/romfs/
H A Dmmap-nommu.c83 .get_unmapped_area = romfs_get_unmapped_area,
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.c93 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
/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/s390/kernel/
H A Dvdso.c58 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso()
/linux/arch/riscv/kernel/
H A Dvdso.c129 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
/linux/arch/powerpc/kernel/
H A Dvdso.c121 vdso_base = get_unmapped_area(NULL, 0, mappings_size, 0, 0); in __arch_setup_additional_pages()
/linux/mm/
H A Dmremap.c969 res = get_unmapped_area(vma->vm_file, new_addr, vrm->new_len, pgoff, in vrm_set_new_addr()
1518 if (get_unmapped_area(NULL, vma->vm_start, end - vma->vm_start, in vma_expandable()
1733 if (!file || !file->f_op->get_unmapped_area) in vma_multi_allowed()
1740 if (file->f_op->get_unmapped_area == thp_get_unmapped_area) in vma_multi_allowed()
H A Dnommu.c755 if (!file->f_op->get_unmapped_area) in validate_mmap_request()
1152 addr = file->f_op->get_unmapped_area(file, addr, len, in do_mmap()
/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/fs/erofs/
H A Ddata.c531 .get_unmapped_area = thp_get_unmapped_area,
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.c551 .get_unmapped_area = v4l2_m2m_get_unmapped_area,
/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c745 .get_unmapped_area = uvcg_v4l2_get_unmapped_area,
/linux/fs/ext4/
H A Dfile.c1048 .get_unmapped_area = thp_get_unmapped_area,
/linux/arch/x86/kernel/
H A Duprobes.c1940 vaddr = get_unmapped_area(NULL, TASK_SIZE - PAGE_SIZE, PAGE_SIZE, 0, 0); in arch_uprobe_get_xol_area()
/linux/fs/xfs/
H A Dxfs_file.c2172 .get_unmapped_area = thp_get_unmapped_area,
/linux/Documentation/filesystems/
H A Dlocking.rst470 unsigned long (*get_unmapped_area)(struct file *, unsigned long,
/linux/sound/core/
H A Dpcm_native.c4273 .get_unmapped_area = snd_pcm_get_unmapped_area,
4286 .get_unmapped_area = snd_pcm_get_unmapped_area,
/linux/kernel/events/
H A Duprobes.c1703 return get_unmapped_area(NULL, TASK_SIZE - PAGE_SIZE, PAGE_SIZE, 0, 0); in arch_uprobe_get_xol_area()

12