Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dprocess_32.c219 clone_stackframe(struct sparc_stackf __user *dst, function
337 childstack = clone_stackframe(childstack, parentstack);
Dprocess_64.c425 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() function
610 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()