Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
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
/Linux-v5.10/arch/mips/math-emu/
Ddsemul.c152 bool dsemul_thread_cleanup(struct task_struct *tsk) in dsemul_thread_cleanup() function
298 if (!dsemul_thread_cleanup(current)) { in do_dsemulret()
/Linux-v5.10/arch/mips/kernel/
Dprocess.c93 dsemul_thread_cleanup(tsk); in exit_thread()