Home
last modified time | relevance | path

Searched refs:brk_rnd (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/kernel/
Dprocess.c291 static inline unsigned long brk_rnd(void) in brk_rnd() function
298 unsigned long ret = PAGE_ALIGN(mm->brk + brk_rnd()); in arch_randomize_brk()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dprocess.c199 static inline unsigned long brk_rnd(void) in brk_rnd() function
208 ret = PAGE_ALIGN(mm->brk + brk_rnd()); in arch_randomize_brk()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c2260 static inline unsigned long brk_rnd(void) in brk_rnd() function
2291 ret = PAGE_ALIGN(base + brk_rnd()); in arch_randomize_brk()