mmap_legacy_base  122 arch/parisc/kernel/sys_parisc.c 	info.low_limit = mm->mmap_legacy_base;
mmap_legacy_base  243 arch/parisc/kernel/sys_parisc.c 	mm->mmap_legacy_base = mmap_legacy_base();
mmap_legacy_base  247 arch/parisc/kernel/sys_parisc.c 		mm->mmap_base = mm->mmap_legacy_base;
mmap_legacy_base  120 arch/x86/mm/mmap.c 	*legacy_base = mmap_legacy_base(random_factor, task_size);
mmap_legacy_base  134 arch/x86/mm/mmap.c 	arch_pick_mmap_base(&mm->mmap_base, &mm->mmap_legacy_base,
mmap_legacy_base  161 arch/x86/mm/mmap.c 	return is_legacy ? mm->mmap_legacy_base : mm->mmap_base;
mmap_legacy_base  381 include/linux/mm_types.h 		unsigned long mmap_legacy_base;	/* base of mmap area in bottom-up allocations */
mmap_legacy_base  170 mm/debug.c     		mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end,