Go to the documentation of this file.
11 #include <asm/ptrace.h>
19 static inline unsigned long exception_epc(
struct pt_regs *
regs)
21 if (!delay_slot(regs))
27 #define BRANCH_LIKELY_TAKEN 0x0001
33 static inline int compute_return_epc(
struct pt_regs *regs)
35 if (!delay_slot(regs)) {