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

/arch/x86/mm/
H A Dmmap.c101 static unsigned long mmap_legacy_base(void) function
115 mm->mmap_legacy_base = mmap_legacy_base();
119 mm->mmap_base = mm->mmap_legacy_base;
H A Dhugetlbpage.c90 info.low_limit = current->mm->mmap_legacy_base;
/arch/parisc/kernel/
H A Dsys_parisc.c123 info.low_limit = mm->mmap_legacy_base;
238 static unsigned long mmap_legacy_base(void) function
249 mm->mmap_legacy_base = mmap_legacy_base();
253 mm->mmap_base = mm->mmap_legacy_base;
/arch/x86/kernel/
H A Dsys_x86_64.c104 *begin = current->mm->mmap_legacy_base;

Completed in 116 milliseconds