Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
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()
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dsys_parisc.c123 info.low_limit = mm->mmap_legacy_base; in arch_get_unmapped_area()
233 static unsigned long mmap_legacy_base(void) in mmap_legacy_base() function
244 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()
/kernel/linux/linux-5.10/mm/
Ddebug.c253 mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end, in dump_mm()
/kernel/linux/linux-5.10/include/linux/
Dmm_types.h420 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member