Searched refs:random_variable (Results 1 – 1 of 1) sorted by relevance
556 unsigned int random_variable = 0; in randomize_stack_top() local560 random_variable = get_random_int() & STACK_RND_MASK; in randomize_stack_top()561 random_variable <<= PAGE_SHIFT; in randomize_stack_top()564 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()566 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()