Home
last modified time | relevance | path

Searched refs:PSR_T_bit (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm/
H A Dprocess_machdep.c164 if (tf->tf_spsr & PSR_T_bit) in process_read_regs()
198 tf->tf_spsr &= ~(PSR_FLAGS | PSR_T_bit); in process_write_regs()
201 if ((regs->r_pc & 1) || (regs->r_cpsr & PSR_T_bit)) in process_write_regs()
202 tf->tf_spsr |= PSR_T_bit; in process_write_regs()
240 tf->tf_spsr |= PSR_T_bit; in process_set_pc()
242 tf->tf_spsr &= ~PSR_T_bit; in process_set_pc()
H A Dundefined.c134 if (tf->tf_spsr & PSR_T_bit) in cp15_trapper()
185 if (tf->tf_spsr & PSR_T_bit) { in gdb_trapper()
317 if (tf->tf_spsr & PSR_T_bit)
347 if (tf->tf_spsr & PSR_T_bit) {
387 if ((tf->tf_spsr & PSR_T_bit) && !CPU_IS_ARMV7_P()) {
409 } else if ((tf->tf_spsr & PSR_T_bit) && !CPU_IS_ARMV7_P()) {
H A Dsyscall.c144 if (tf->tf_spsr & PSR_T_bit) { in swi_handler()
228 if (tf->tf_spsr & PSR_T_bit) in syscall()
272 if (tf->tf_spsr & PSR_T_bit) in syscall()
H A Dcompat_16_machdep.c172 tf->tf_spsr |= PSR_T_bit; in sendsig_sigcontext()
174 tf->tf_spsr &= ~PSR_T_bit; in sendsig_sigcontext()
H A Dsig_machdep.c149 tf->tf_spsr |= PSR_T_bit; in sendsig_siginfo()
151 tf->tf_spsr &= ~PSR_T_bit; in sendsig_siginfo()
H A Darm_machdep.c194 tf->tf_spsr |= PSR_T_bit; in setregs()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm32/
H A Dfault.c207 if (tf->tf_spsr & PSR_T_bit) { in data_abort_fixup()
426 if (__predict_false(tf->tf_spsr & PSR_T_bit)) { in data_abort_handler()
699 tf->tf_spsr &= ~PSR_T_bit; in dab_buserr()
701 tf->tf_spsr |= PSR_T_bit; in dab_buserr()
756 if (tf->tf_spsr & PSR_T_bit) { in prefetch_abort_fixup()
H A Ddb_machdep.c466 if (DDB_REGS->tf_spsr & PSR_T_bit) { in db_switch_cpu_cmd()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Darmreg.h83 #define PSR_T_bit (1 << 5) /* Thumb state */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/
H A Darmreg.h78 #define PSR_T_bit (1 << 5) /* Thumb state */ macro