Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in do_dsemulret() function
/kernel/linux/linux-6.6/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) in do_dsemulret() function
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Ddsemul.c24 * which leads to do_dsemulret() being called unless the instruction in
295 bool do_dsemulret(struct pt_regs *xcp) in do_dsemulret() function
/kernel/linux/linux-6.6/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) in do_dsemulret() function
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dtraps.c1003 if (do_dsemulret(regs)) in do_trap_or_bp()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dtraps.c1010 if (do_dsemulret(regs)) in do_trap_or_bp()

Completed in 8 milliseconds