Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h217 #define start_thread(regs, new_psw, new_stackp) do { \ argument
220 regs->gprs[15] = new_stackp; \
224 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
227 regs->gprs[15] = new_stackp; \
/openbmc/linux/arch/s390/kernel/
H A Dprocess.c112 unsigned long new_stackp = args->stack; in copy_thread() local
161 if (new_stackp) in copy_thread()
162 frame->childregs.gprs[15] = new_stackp; in copy_thread()