Home
last modified time | relevance | path

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

/linux-3.3/arch/s390/include/asm/
Dprocessor.h121 #define start_thread(regs, new_psw, new_stackp) do { \ argument
127 #define start_thread31(regs, new_psw, new_stackp) do { \ argument
/linux-3.3/arch/s390/kernel/
Dprocess.c152 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread()