Home
last modified time | relevance | path

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

123

/linux/arch/x86/mm/
H A Dhugetlbpage.c107 goto get_unmapped_area; in hugetlb_get_unmapped_area()
114 get_unmapped_area: in hugetlb_get_unmapped_area()
/linux/arch/x86/kernel/
H A Dsys_x86_64.c186 goto get_unmapped_area; in arch_get_unmapped_area_topdown_vmflags()
192 get_unmapped_area: in arch_get_unmapped_area_topdown_vmflags()
/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/sh/kernel/vsyscall/
H A Dvsyscall.c67 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
/linux/arch/hexagon/kernel/
H A Dvdso.c62 vdso_base = get_unmapped_area(NULL, vdso_base, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
/linux/fs/romfs/
H A Dmmap-nommu.c83 .get_unmapped_area = romfs_get_unmapped_area,
/linux/fs/proc/
H A Dinode.c577 .get_unmapped_area = proc_reg_get_unmapped_area,
590 .get_unmapped_area = proc_reg_get_unmapped_area,
604 .get_unmapped_area = proc_reg_get_unmapped_area,
618 .get_unmapped_area = proc_reg_get_unmapped_area,
/linux/arch/csky/kernel/
H A Dvdso.c55 vdso_base = get_unmapped_area(NULL, 0, vdso_len, 0, 0); in arch_setup_additional_pages()
/linux/arch/arm64/kernel/
H A Dvdso.c200 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
362 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in aarch32_sigreturn_setup()
/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/sparc/vdso/
H A Dvma.c377 addr = get_unmapped_area(NULL, 0, in map_vdso()
386 addr = get_unmapped_area(NULL, addr, in map_vdso()
/linux/arch/mips/kernel/
H A Dvdso.c131 base = get_unmapped_area(NULL, vdso_base(), size, 0, 0); in arch_setup_additional_pages()
/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c136 .get_unmapped_area = sgx_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/include/media/
H A Dv4l2-dev.h209 unsigned long (*get_unmapped_area) (struct file *, unsigned long, member
/linux/arch/riscv/kernel/
H A Dvdso.c223 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
/linux/arch/s390/kernel/
H A Dvdso.c159 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso()
/linux/drivers/char/
H A Dmem.c643 .get_unmapped_area = get_unmapped_area_mem,
676 .get_unmapped_area = get_unmapped_area_zero,
/linux/mm/
H A Dmremap.c955 ret = get_unmapped_area(vma->vm_file, new_addr, new_len, vma->vm_pgoff + in mremap_to()
980 if (get_unmapped_area(NULL, vma->vm_start, end - vma->vm_start, in vma_expandable()
1183 new_addr = get_unmapped_area(vma->vm_file, 0, new_len, in SYSCALL_DEFINE5()
/linux/arch/x86/entry/vdso/
H A Dvma.c233 addr = get_unmapped_area(NULL, addr, in map_vdso()
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c381 if (!vdev->fops->get_unmapped_area) in v4l2_get_unmapped_area()
385 ret = vdev->fops->get_unmapped_area(filp, addr, len, pgoff, flags); in v4l2_get_unmapped_area()
478 .get_unmapped_area = v4l2_get_unmapped_area,
/linux/arch/powerpc/kernel/
H A Dvdso.c193 vdso_base = get_unmapped_area(NULL, 0, mappings_size, 0, 0); in __arch_setup_additional_pages()
/linux/arch/arm/kernel/
H A Dprocess.c415 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); in arch_setup_additional_pages()

123