Searched refs:usp_thread_fn (Results 1 – 1 of 1) sorted by relevance
204 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn, in copy_thread() argument229 unsigned long usp = usp_thread_fn ? in copy_thread()230 usp_thread_fn : regs->areg[1]; in copy_thread()289 SPILL_SLOT(childregs, 2) = usp_thread_fn; in copy_thread()296 ((unsigned long *)p->thread.sp)[0] = usp_thread_fn; in copy_thread()
Completed in 3 milliseconds