Searched refs:new_stackp (Results 1 – 2 of 2) sorted by relevance
183 #define start_thread(regs, new_psw, new_stackp) do { \ argument186 regs->gprs[15] = new_stackp; \190 #define start_thread31(regs, new_psw, new_stackp) do { \ argument193 regs->gprs[15] = new_stackp; \
112 unsigned long new_stackp = args->stack; in copy_thread() local163 if (new_stackp) in copy_thread()164 frame->childregs.gprs[15] = new_stackp; in copy_thread()
Completed in 4 milliseconds