Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
Dprocess.c95 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread() argument
137 frame->childregs.gprs[9] = new_stackp; /* function */ in copy_thread()
147 if (new_stackp) in copy_thread()
148 frame->childregs.gprs[15] = new_stackp; in copy_thread()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dprocessor.h168 #define start_thread(regs, new_psw, new_stackp) do { \ argument
171 regs->gprs[15] = new_stackp; \
175 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
178 regs->gprs[15] = new_stackp; \