Home
last modified time | relevance | path

Searched refs:arch_randomize_brk (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Delf-randomize.h9 # if defined(arch_randomize_brk) && defined(CONFIG_COMPAT_BRK)
12 # ifndef arch_randomize_brk
13 # define arch_randomize_brk(mm) (mm->brk) macro
17 extern unsigned long arch_randomize_brk(struct mm_struct *mm);
/openbmc/linux/arch/s390/kernel/
H A Dprocess.c234 unsigned long arch_randomize_brk(struct mm_struct *mm) in arch_randomize_brk() function
/openbmc/linux/mm/
H A Dutil.c371 unsigned long __weak arch_randomize_brk(struct mm_struct *mm) in arch_randomize_brk() function
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c1031 unsigned long arch_randomize_brk(struct mm_struct *mm) in arch_randomize_brk() function
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c2267 unsigned long arch_randomize_brk(struct mm_struct *mm) in arch_randomize_brk() function
/openbmc/linux/fs/
H A Dbinfmt_elf.c1317 mm->brk = mm->start_brk = arch_randomize_brk(mm); in load_elf_binary()
/openbmc/linux/arch/
H A DKconfig1015 - arch_randomize_brk()