Searched refs:compat_thumb_mode (Results 1 – 5 of 5) sorted by relevance
221 #define compat_thumb_mode(regs) \ macro224 #define compat_thumb_mode(regs) (0) macro
114 addr = instruction_pointer(regs) - (compat_thumb_mode(regs) ? 2 : 4); in compat_arm_syscall()
352 if (compat_thumb_mode(regs)) { in aarch32_break_handler()
410 } else if (compat_thumb_mode(regs)) { in call_undef_hook()
861 restart_addr = continue_addr - (compat_thumb_mode(regs) ? 2 : 4); in do_signal()
Completed in 10 milliseconds