Home
last modified time | relevance | path

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

/fs/
Dexec.c574 unsigned long stack_top, in setup_arg_pages() argument
595 stack_base = PAGE_ALIGN(stack_top - stack_base); in setup_arg_pages()
601 stack_top = arch_align_stack(stack_top); in setup_arg_pages()
602 stack_top = PAGE_ALIGN(stack_top); in setup_arg_pages()
603 stack_shift = vma->vm_end - stack_top; in setup_arg_pages()
Dbinfmt_elf.c554 static unsigned long randomize_stack_top(unsigned long stack_top) in randomize_stack_top() argument
564 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()
566 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()