taglinefilesource code
stack_offset115arch/alpha/kernel/process.cunsigned long stack_offset;
stack_offset117arch/alpha/kernel/process.cstack_offset = PAGE_SIZE - sizeof(struct pt_regs);
stack_offset119arch/alpha/kernel/process.cstack_offset = (PAGE_SIZE-1) & (unsigned long) regs;
stack_offset120arch/alpha/kernel/process.cchildregs = (struct pt_regs *) (p->kernel_stack_page + stack_offset);