Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dprocessor.h237 #define start_thread(regs, new_psw, new_stackp) do { \ argument
240 regs->gprs[15] = new_stackp; \
244 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
247 regs->gprs[15] = new_stackp; \
/linux-6.12.1/arch/s390/kernel/
Dprocess.c111 unsigned long new_stackp = args->stack; in copy_thread() local
160 if (new_stackp) in copy_thread()
161 frame->childregs.gprs[15] = new_stackp; in copy_thread()