Searched refs:compat_thumb_mode (Results 1 – 5 of 5) sorted by relevance
217 #define compat_thumb_mode(regs) \ macro220 #define compat_thumb_mode(regs) (0) macro
115 (compat_thumb_mode(regs) ? 2 : 4); in compat_arm_syscall()
353 if (compat_thumb_mode(regs)) { in aarch32_break_handler()
319 } else if (compat_thumb_mode(regs)) { in call_undef_hook()
855 restart_addr = continue_addr - (compat_thumb_mode(regs) ? 2 : 4); in do_signal()