Home
last modified time | relevance | path

Searched refs:thumb_mode (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Dptrace.h90 #define thumb_mode(regs) \ macro
93 #define thumb_mode(regs) (0) macro
/openbmc/linux/arch/arm/include/asm/
H A Dptrace.h30 #define thumb_mode(regs) \ macro
33 #define thumb_mode(regs) (0) macro
/openbmc/u-boot/arch/arm/lib/
H A Dinterrupts.c61 const int thumb = thumb_mode(regs); in dump_instr()
121 thumb_mode (regs) ? " (T)" : ""); in show_regs()
/openbmc/linux/arch/arm/kernel/
H A Dtraps.c168 const int thumb = thumb_mode(regs); in dump_instr()
460 if (thumb_mode(regs)) { in do_undefinstr()
470 } else if (thumb_mode(regs)) { in do_undefinstr()
563 (thumb_mode(regs) ? 2 : 4), in bad_syscall()
620 regs->ARM_pc -= thumb_mode(regs) ? 2 : 4; in arm_syscall()
686 (thumb_mode(regs) ? 2 : 4), in arm_syscall()
H A Dsignal.c548 restart_addr = continue_addr - (thumb_mode(regs) ? 2 : 4); in do_signal()
/openbmc/linux/arch/arm/mm/
H A Dalignment.c817 if (thumb_mode(regs)) { in do_alignment()
938 if (thumb_mode(regs)) in do_alignment()