Home
last modified time | relevance | path

Searched refs:stack_maxrandom_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dmmap.c41 static unsigned long stack_maxrandom_size(unsigned long task_size) in stack_maxrandom_size() function
86 unsigned long pad = stack_maxrandom_size(task_size) + stack_guard_gap; in mmap_base()
/openbmc/linux/arch/s390/mm/
H A Dmmap.c22 static unsigned long stack_maxrandom_size(void) in stack_maxrandom_size() function
52 unsigned long pad = stack_maxrandom_size() + stack_guard_gap; in mmap_base()