Home
last modified time | relevance | path

Searched refs:new_stackp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/s390/include/asm/
Dprocessor.h119 #define start_thread(regs, new_psw, new_stackp) do { \ argument
123 regs->gprs[15] = new_stackp; \
126 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
130 regs->gprs[15] = new_stackp; \
/linux-2.6.39/arch/s390/kernel/
Dprocess.c163 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread() argument
179 frame->childregs.gprs[15] = new_stackp; in copy_thread()