Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Ddsemul.h52 extern bool do_dsemulret(struct pt_regs *xcp);
54 static inline bool do_dsemulret(struct pt_regs *xcp) in do_dsemulret() function
/openbmc/linux/arch/mips/math-emu/
H A Ddsemul.c292 bool do_dsemulret(struct pt_regs *xcp) in do_dsemulret() function
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c1010 if (do_dsemulret(regs)) in do_trap_or_bp()