Home
last modified time | relevance | path

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

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