Home
last modified time | relevance | path

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

123

/linux-6.15/arch/x86/kernel/
H A Dsys_x86_64.c192 goto get_unmapped_area; in arch_get_unmapped_area_topdown()
198 get_unmapped_area: in arch_get_unmapped_area_topdown()
/linux-6.15/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-6.15/arch/arm64/kernel/
H A Dvdso.c116 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
272 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in aarch32_sigreturn_setup()
/linux-6.15/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-6.15/arch/csky/kernel/
H A Dvdso.c54 vdso_base = get_unmapped_area(NULL, 0, vdso_len, 0, 0); in arch_setup_additional_pages()
/linux-6.15/fs/romfs/
H A Dmmap-nommu.c83 .get_unmapped_area = romfs_get_unmapped_area,
/linux-6.15/arch/sh/kernel/vsyscall/
H A Dvsyscall.c93 addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0); in arch_setup_additional_pages()
/linux-6.15/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-6.15/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-6.15/arch/loongarch/kernel/
H A Dvdso.c94 data_addr = get_unmapped_area(NULL, vdso_base(), size, 0, 0); in arch_setup_additional_pages()
/linux-6.15/include/drm/
H A Ddrm_gem_dma_helper.h241 .get_unmapped_area = drm_gem_dma_get_unmapped_area,
/linux-6.15/arch/riscv/kernel/
H A Dvdso.c124 vdso_base = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in __setup_additional_pages()
/linux-6.15/arch/mips/kernel/
H A Dvdso.c119 base = get_unmapped_area(NULL, vdso_base(), size, 0, 0); in arch_setup_additional_pages()
/linux-6.15/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-6.15/arch/x86/kernel/cpu/sgx/
H A Ddriver.c136 .get_unmapped_area = sgx_get_unmapped_area,
/linux-6.15/arch/s390/kernel/
H A Dvdso.c72 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso()
/linux-6.15/include/media/
H A Dv4l2-dev.h210 unsigned long (*get_unmapped_area) (struct file *, unsigned long, member
/linux-6.15/drivers/char/
H A Dmem.c643 .get_unmapped_area = get_unmapped_area_mem,
677 .get_unmapped_area = get_unmapped_area_zero,
/linux-6.15/arch/powerpc/kernel/
H A Dvdso.c122 vdso_base = get_unmapped_area(NULL, 0, mappings_size, 0, 0); in __arch_setup_additional_pages()
/linux-6.15/arch/x86/entry/vdso/
H A Dvma.c149 addr = get_unmapped_area(NULL, addr, in map_vdso()
/linux-6.15/fs/ext2/
H A Dfile.c323 .get_unmapped_area = thp_get_unmapped_area,
/linux-6.15/arch/arm/kernel/
H A Dprocess.c415 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); in arch_setup_additional_pages()
/linux-6.15/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-6.15/mm/
H A Dmmap.c107 mapped_addr = get_unmapped_area(NULL, addr, len, 0, MAP_FIXED); in check_brk_limits()
831 if (file->f_op->get_unmapped_area) in __get_unmapped_area()
832 get_area = file->f_op->get_unmapped_area; in __get_unmapped_area()

123