Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Ddsemul.h90 extern bool dsemul_thread_rollback(struct pt_regs *regs);
92 static inline bool dsemul_thread_rollback(struct pt_regs *regs) in dsemul_thread_rollback() function
/linux/arch/mips/math-emu/
H A Ddsemul.c170 bool dsemul_thread_rollback(struct pt_regs *regs) in dsemul_thread_rollback() function
/linux/arch/mips/kernel/
H A Dsignal.c829 dsemul_thread_rollback(regs); in handle_signal()