Searched refs:CPSR_T (Results 1 – 6 of 6) sorted by relevance
25 #define CPSR_T ARM32_CPSR_T macro
343 ai->regs->spsr |= CPSR_T; in handle_user_mode_panic()345 ai->regs->spsr &= ~CPSR_T; in handle_user_mode_panic()
165 thread->regs.cpsr |= CPSR_T; in init_regs()916 s &= ~(CPSR_MODE_MASK | CPSR_T | CPSR_IT_MASK1 | CPSR_IT_MASK2); in get_spsr()919 s |= CPSR_T; in get_spsr()
662 tst r1, #CPSR_T
169 nsec_ctx->mon_spsr |= CPSR_T; in init_sec_mon()
158 s &= ~(CPSR_MODE_MASK | CPSR_T | ARM32_CPSR_IT_MASK); in get_spsr()
Completed in 29 milliseconds