Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dprocess_32.c218 clone_stackframe(struct sparc_stackf __user *dst, function
336 childstack = clone_stackframe(childstack, parentstack);
H A Dprocess_64.c426 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() function
611 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()