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

/linux-4.4.14/arch/mips/mm/
H A Dmmap.c175 static inline unsigned long brk_rnd(void) brk_rnd() function
194 ret = PAGE_ALIGN(base + brk_rnd()); arch_randomize_brk()
/linux-4.4.14/arch/s390/kernel/
H A Dprocess.c244 static inline unsigned long brk_rnd(void) brk_rnd() function
253 ret = PAGE_ALIGN(mm->brk + brk_rnd()); arch_randomize_brk()
/linux-4.4.14/arch/parisc/kernel/
H A Dprocess.c284 static inline unsigned long brk_rnd(void) brk_rnd() function
295 unsigned long ret = PAGE_ALIGN(mm->brk + brk_rnd()); arch_randomize_brk()
/linux-4.4.14/arch/powerpc/kernel/
H A Dprocess.c1638 static inline unsigned long brk_rnd(void) brk_rnd() function
1668 ret = PAGE_ALIGN(base + brk_rnd()); arch_randomize_brk()

Completed in 234 milliseconds