Searched refs:compat_thumb_mode (Results 1 – 6 of 6) sorted by relevance
221 #define compat_thumb_mode(regs) \ macro224 #define compat_thumb_mode(regs) (0) macro
113 addr = instruction_pointer(regs) - (compat_thumb_mode(regs) ? 2 : 4); in compat_arm_syscall()
324 if (compat_thumb_mode(regs)) { in do_compat_alignment_fixup()
352 if (compat_thumb_mode(regs)) { in aarch32_break_handler()
410 } else if (compat_thumb_mode(regs)) { in call_undef_hook()
1049 restart_addr = continue_addr - (compat_thumb_mode(regs) ? 2 : 4); in do_signal()