Searched refs:new_stackp (Results 1 – 2 of 2) sorted by relevance
230 #define start_thread(regs, new_psw, new_stackp) do { \ argument233 regs->gprs[15] = new_stackp; \237 #define start_thread31(regs, new_psw, new_stackp) do { \ argument240 regs->gprs[15] = new_stackp; \
110 unsigned long new_stackp = args->stack; in copy_thread() local159 if (new_stackp) in copy_thread()160 frame->childregs.gprs[15] = new_stackp; in copy_thread()
Completed in 5 milliseconds