mmap_base 171 arch/x86/kernel/sys_x86_64.c mm->free_area_cache = mm->mmap_base;
mmap_base 185 arch/x86/kernel/sys_x86_64.c if (mm->mmap_base < len)
mmap_base 188 arch/x86/kernel/sys_x86_64.c addr = mm->mmap_base-len;
mmap_base 222 arch/x86/kernel/sys_x86_64.c mm->free_area_cache = mm->mmap_base;
mmap_base 309 arch/x86/mm/hugetlbpage.c unsigned long base = mm->mmap_base, addr = addr0;
mmap_base 115 arch/x86/mm/mmap.c mm->mmap_base = mmap_legacy_base();
mmap_base 119 arch/x86/mm/mmap.c mm->mmap_base = mmap_base();
mmap_base 92 fs/aio.c do_munmap(ctx->mm, info->mmap_base, info->mmap_size);
mmap_base 133 fs/aio.c info->mmap_base = do_mmap(NULL, 0, info->mmap_size,
mmap_base 136 fs/aio.c if (IS_ERR((void *)info->mmap_base)) {
mmap_base 143 fs/aio.c dprintk("mmap address: 0x%08lx\n", info->mmap_base);
mmap_base 145 fs/aio.c info->mmap_base, nr_pages,
mmap_base 154 fs/aio.c ctx->user_id = info->mmap_base;
mmap_base 320 fs/binfmt_aout.c current->mm->free_area_cache = current->mm->mmap_base;
mmap_base 761 fs/binfmt_elf.c current->mm->free_area_cache = current->mm->mmap_base;
mmap_base 167 include/linux/aio.h unsigned long mmap_base;
mmap_base 184 include/linux/mm_types.h unsigned long mmap_base; /* base of mmap area */
mmap_base 274 kernel/fork.c mm->free_area_cache = oldmm->mmap_base;
mmap_base 1365 mm/mmap.c mm->free_area_cache = mm->mmap_base;
mmap_base 1379 mm/mmap.c if (mm->mmap_base < len)
mmap_base 1382 mm/mmap.c addr = mm->mmap_base-len;
mmap_base 1416 mm/mmap.c mm->free_area_cache = mm->mmap_base;
mmap_base 1432 mm/mmap.c if (mm->free_area_cache > mm->mmap_base)
mmap_base 1433 mm/mmap.c mm->free_area_cache = mm->mmap_base;
mmap_base 1803 mm/mmap.c addr = prev ? prev->vm_end : mm->mmap_base;
mmap_base 1805 mm/mmap.c addr = vma ? vma->vm_start : mm->mmap_base;
mmap_base 169 mm/util.c mm->mmap_base = TASK_UNMAPPED_BASE;