Home
last modified time | relevance | path

Searched refs:mmap_legacy_base (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/mm/
H A Dmmap.c108 static unsigned long mmap_legacy_base(unsigned long rnd, in mmap_legacy_base() function
122 *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()
/linux/mm/
H A Ddebug.c201 mm->mmap_base, mm->mmap_legacy_base, in dump_mm()
/linux/include/linux/
H A Dmm_types.h783 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member