Searched refs:mmap_legacy_base (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/mm/
H A Dmmap.c100 static unsigned long mmap_legacy_base(unsigned long rnd) mmap_legacy_base() function
119 mm->mmap_legacy_base = mmap_legacy_base(random_factor); arch_pick_mmap_layout()
122 mm->mmap_base = mm->mmap_legacy_base; arch_pick_mmap_layout()
H A Dhugetlbpage.c84 info.low_limit = current->mm->mmap_legacy_base; hugetlb_get_unmapped_area_bottomup()
/linux-4.4.14/arch/parisc/kernel/
H A Dsys_parisc.c126 info.low_limit = mm->mmap_legacy_base; arch_get_unmapped_area()
241 static unsigned long mmap_legacy_base(void) mmap_legacy_base() function
252 mm->mmap_legacy_base = mmap_legacy_base(); arch_pick_mmap_layout()
256 mm->mmap_base = mm->mmap_legacy_base; arch_pick_mmap_layout()
/linux-4.4.14/mm/
H A Ddebug.c175 "mmap_base %lu mmap_legacy_base %lu highest_vm_end %lu\n" dump_mm()
205 mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end, dump_mm()
/linux-4.4.14/arch/x86/kernel/
H A Dsys_x86_64.c120 *begin = current->mm->mmap_legacy_base; find_start_end()
/linux-4.4.14/include/linux/
H A Dmm_types.h402 unsigned long mmap_legacy_base; /* base of mmap area in bottom-up allocations */ member in struct:mm_struct

Completed in 192 milliseconds