Searched refs:random_variable (Results 1 – 1 of 1) sorted by relevance
646 unsigned int random_variable = 0; in randomize_stack_top() local650 random_variable = get_random_int() & STACK_RND_MASK; in randomize_stack_top()651 random_variable <<= PAGE_SHIFT; in randomize_stack_top()654 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()656 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()