Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dprocess.c97 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread() argument
140 frame->childregs.gprs[9] = new_stackp; /* function */ in copy_thread()
150 if (new_stackp) in copy_thread()
151 frame->childregs.gprs[15] = new_stackp; in copy_thread()
/linux/arch/s390/include/asm/
A Dprocessor.h165 #define start_thread(regs, new_psw, new_stackp) do { \ argument
168 regs->gprs[15] = new_stackp; \
172 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
175 regs->gprs[15] = new_stackp; \

Completed in 6 milliseconds