Searched refs:mmap_rnd (Results 1 – 4 of 4) sorted by relevance
80 static unsigned long mmap_rnd(void) in mmap_rnd() function106 return PAGE_ALIGN(TASK_SIZE - gap - mmap_rnd()); in mmap_base()118 return TASK_UNMAPPED_BASE + mmap_rnd(); in mmap_legacy_base()
64 static unsigned long mmap_rnd(void) in mmap_rnd() function87 return PAGE_ALIGN(TASK_SIZE - gap - mmap_rnd()); in mmap_base()
60 static unsigned long mmap_rnd(void) in mmap_rnd() function77 return STACK_TOP - stack_maxrandom_size() - mmap_rnd() - gap; in mmap_base()
364 static unsigned long mmap_rnd(void) in mmap_rnd() function380 unsigned long random_factor = mmap_rnd(); in arch_pick_mmap_layout()