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

/linux-master/arch/mips/include/asm/
H A Ddsemul.h41 * do_dsemulret() - Return from a delay slot 'emulation' frame
52 extern bool do_dsemulret(struct pt_regs *xcp);
54 static inline bool do_dsemulret(struct pt_regs *xcp) function
/linux-master/arch/mips/math-emu/
H A Ddsemul.c24 * which leads to do_dsemulret() being called unless the instruction in
292 bool do_dsemulret(struct pt_regs *xcp) function
/linux-master/arch/mips/kernel/
H A Dtraps.c1011 if (do_dsemulret(regs))

Completed in 102 milliseconds