Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dprocess_32.c234 clone_stackframe(struct sparc_stackf __user *dst, function
381 childstack = clone_stackframe(childstack, parentstack);
Dprocess_64.c438 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() function
645 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()