Searched refs:new_stackp (Results 1 – 2 of 2) sorted by relevance
119 #define start_thread(regs, new_psw, new_stackp) do { \ argument123 regs->gprs[15] = new_stackp; \126 #define start_thread31(regs, new_psw, new_stackp) do { \ argument130 regs->gprs[15] = new_stackp; \
163 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread() argument179 frame->childregs.gprs[15] = new_stackp; in copy_thread()