Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dprocessor.h166 #define start_thread(regs, new_psw, new_stackp) do { \ argument
169 regs->gprs[15] = new_stackp; \
173 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
176 regs->gprs[15] = new_stackp; \
/linux-6.1.9/arch/s390/kernel/
Dprocess.c112 unsigned long new_stackp = args->stack; in copy_thread() local
163 if (new_stackp) in copy_thread()
164 frame->childregs.gprs[15] = new_stackp; in copy_thread()