Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Ddsemul.h66 extern bool dsemul_thread_cleanup(struct task_struct *tsk);
/arch/mips/math-emu/
Ddsemul.c149 bool dsemul_thread_cleanup(struct task_struct *tsk) in dsemul_thread_cleanup() function
293 if (!dsemul_thread_cleanup(current)) { in do_dsemulret()
/arch/mips/kernel/
Dprocess.c84 dsemul_thread_cleanup(tsk); in exit_thread()