Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Ddsemul.h70 extern bool dsemul_thread_cleanup(struct task_struct *tsk);
72 static inline bool dsemul_thread_cleanup(struct task_struct *tsk) in dsemul_thread_cleanup() function
/openbmc/linux/arch/mips/math-emu/
H A Ddsemul.c149 bool dsemul_thread_cleanup(struct task_struct *tsk) in dsemul_thread_cleanup() function
295 if (!dsemul_thread_cleanup(current)) { in do_dsemulret()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c78 dsemul_thread_cleanup(tsk); in exit_thread()