Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A Dptrace.h30 #define thumb_mode(regs) \ macro
33 #define thumb_mode(regs) (0) macro
/linux-6.3-rc2/arch/arm/kernel/
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()
A Dsignal.c547 restart_addr = continue_addr - (thumb_mode(regs) ? 2 : 4); in do_signal()
/linux-6.3-rc2/arch/arm/mm/
A Dalignment.c817 if (thumb_mode(regs)) { in do_alignment()
938 if (thumb_mode(regs)) in do_alignment()

Completed in 25 milliseconds