Home
last modified time | relevance | path

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

/arch/xtensa/kernel/
Dprocess.c194 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn, in copy_thread() argument
211 unsigned long usp = usp_thread_fn ? in copy_thread()
212 usp_thread_fn : regs->areg[1]; in copy_thread()
267 *((int *)childregs - 2) = usp_thread_fn; in copy_thread()