Searched refs:mmap_legacy_base (Results 1 – 4 of 4) 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()
123 info.low_limit = mm->mmap_legacy_base; in arch_get_unmapped_area()233 static unsigned long mmap_legacy_base(void) in mmap_legacy_base() function244 mm->mmap_legacy_base = mmap_legacy_base(); in arch_pick_mmap_layout()248 mm->mmap_base = mm->mmap_legacy_base; in arch_pick_mmap_layout()
253 mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end, in dump_mm()
420 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member