Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
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/arch/parisc/kernel/
A Dsys_parisc.c142 info.low_limit = mm->mmap_legacy_base; in arch_get_unmapped_area()
252 static unsigned long mmap_legacy_base(void) in mmap_legacy_base() function
263 mm->mmap_legacy_base = mmap_legacy_base(); in arch_pick_mmap_layout()
267 mm->mmap_base = mm->mmap_legacy_base; in arch_pick_mmap_layout()
/linux/mm/
A Ddebug.c242 mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end, in dump_mm()
/linux/include/linux/
A Dmm_types.h478 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member

Completed in 9 milliseconds