FLAT_STACK_ALIGN  138 fs/binfmt_flat.c 	current->mm->start_stack = (unsigned long)sp & -FLAT_STACK_ALIGN;
FLAT_STACK_ALIGN  945 fs/binfmt_flat.c 	stack_len = ALIGN(stack_len, FLAT_STACK_ALIGN);