Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/kernel/
Dprocess.c144 unsigned long c_usp, unsigned long ustk_size, in copy_thread() argument
164 p->thread.usp = c_usp; in copy_thread()
168 c_regs->a0 = c_usp; /* function */ in copy_thread()
176 if (c_usp) in copy_thread()
177 c_regs->sp = c_usp; in copy_thread()