Searched refs:compat_thumb_mode (Results 1 – 5 of 5) sorted by relevance
199 #define compat_thumb_mode(regs) \ macro202 #define compat_thumb_mode(regs) (0) macro
104 (compat_thumb_mode(regs) ? 2 : 4); in compat_arm_syscall()
350 if (compat_thumb_mode(regs)) { in aarch32_break_handler()
317 } else if (compat_thumb_mode(regs)) { in call_undef_hook()
840 restart_addr = continue_addr - (compat_thumb_mode(regs) ? 2 : 4); in do_signal()