Searched refs:compat_thumb_mode (Results 1 – 5 of 5) sorted by relevance
222 #define compat_thumb_mode(regs) \ macro225 #define compat_thumb_mode(regs) (0) macro
114 addr = instruction_pointer(regs) - (compat_thumb_mode(regs) ? 2 : 4); in compat_arm_syscall()
353 if (compat_thumb_mode(regs)) { in aarch32_break_handler()
321 } else if (compat_thumb_mode(regs)) { in call_undef_hook()
858 restart_addr = continue_addr - (compat_thumb_mode(regs) ? 2 : 4); in do_signal()