Lines Matching refs:sp
66 return ((unsigned long *)tsk->thread.sp)[3]; in thread_saved_pc()
73 unsigned long sp; in __show_regs() local
77 sp = regs->sp; in __show_regs()
81 sp = kernel_stack_pointer(regs); in __show_regs()
94 regs->si, regs->di, regs->bp, sp); in __show_regs()
132 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() argument
139 p->thread.sp = (unsigned long) childregs; in copy_thread_tls()
151 childregs->bx = sp; /* function */ in copy_thread_tls()
161 if (sp) in copy_thread_tls()
162 childregs->sp = sp; in copy_thread_tls()
207 regs->sp = new_sp; in start_thread()