Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Dmmap.c106 static unsigned long mmap_legacy_base(unsigned long rnd, in mmap_legacy_base() function
120 *legacy_base = mmap_legacy_base(random_factor, task_size); in arch_pick_mmap_base()
134 arch_pick_mmap_base(&mm->mmap_base, &mm->mmap_legacy_base, in arch_pick_mmap_layout()
161 return is_legacy ? mm->mmap_legacy_base : mm->mmap_base; in get_mmap_base()
/Linux-v5.4/arch/parisc/kernel/
Dsys_parisc.c122 info.low_limit = mm->mmap_legacy_base; in arch_get_unmapped_area()
232 static unsigned long mmap_legacy_base(void) in mmap_legacy_base() function
243 mm->mmap_legacy_base = mmap_legacy_base(); in arch_pick_mmap_layout()
247 mm->mmap_base = mm->mmap_legacy_base; in arch_pick_mmap_layout()
/Linux-v5.4/mm/
Ddebug.c168 mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end, in dump_mm()
/Linux-v5.4/include/linux/
Dmm_types.h381 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member