Searched refs:CPSR_T (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_thread.h | 47 cpsr_write(env, (entry & 1) * CPSR_T, CPSR_T, CPSRWriteByInstr); in target_thread_set_upcall() 62 regs->ARM_cpsr |= CPSR_T; in target_thread_init()
|
H A D | signal.c | 58 cpsr_write(env, (ka->_sa_handler & 1) * CPSR_T, CPSR_T, CPSRWriteByInstr); in set_sigtramp_args() 165 mask = cpsr & CPSR_T ? 0x1 : 0x3; in set_mcontext()
|
/openbmc/qemu/linux-user/arm/ |
H A D | signal.c | 203 cpsr |= CPSR_T; in setup_return() 205 cpsr &= ~CPSR_T; in setup_return() 248 cpsr_write(env, cpsr, CPSR_IT | CPSR_T | CPSR_E, CPSRWriteByInstr); in setup_return()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 1396 #define CPSR_T (1U << 5) macro 1420 #define CACHED_CPSR_BITS (CPSR_T | CPSR_AIF | CPSR_GE | CPSR_IT | CPSR_Q \ 1425 #define CPSR_EXEC (CPSR_T | CPSR_IT | CPSR_J | CPSR_IL)
|
H A D | machine.c | 763 if (val & CPSR_T) { in get_cpsr()
|
H A D | internals.h | 1245 valid |= CPSR_T; in aarch32_cpsr_valid_mask()
|
H A D | cpu.c | 1453 psr & CPSR_T ? 'T' : 'A', in arm_cpu_dump_state()
|
H A D | helper.c | 10537 if (mask & CPSR_T) { in cpsr_write() 10538 env->thumb = ((val & CPSR_T) != 0); in cpsr_write()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 840 if (spsr & CPSR_T) { in HELPER()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 355 regs->uregs[16] |= CPSR_T; in init_thread()
|