Searched refs:mmap_legacy_base (Results 1 – 3 of 3) sorted by relevance
108 static unsigned long mmap_legacy_base(unsigned long rnd, in mmap_legacy_base() function122 *legacy_base = mmap_legacy_base(random_factor, task_size); in arch_pick_mmap_base()136 arch_pick_mmap_base(&mm->mmap_base, &mm->mmap_legacy_base, in arch_pick_mmap_layout()163 return is_legacy ? mm->mmap_legacy_base : mm->mmap_base; in get_mmap_base()
196 mm->mmap_base, mm->mmap_legacy_base, in dump_mm()
697 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member