Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dprocessor.h170 #define start_thread(regs, new_psw, new_stackp) do { \ argument
173 regs->gprs[15] = new_stackp; \
177 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
180 regs->gprs[15] = new_stackp; \
/Linux-v5.4/arch/s390/kernel/
Dprocess.c82 int copy_thread_tls(unsigned long clone_flags, unsigned long new_stackp, in copy_thread_tls() argument
123 frame->childregs.gprs[9] = new_stackp; /* function */ in copy_thread_tls()
133 if (new_stackp) in copy_thread_tls()
134 frame->childregs.gprs[15] = new_stackp; in copy_thread_tls()