Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Darm32.h25 #define CPSR_T ARM32_CPSR_T macro
/optee_os/core/arch/arm/kernel/
H A Dabort.c354 ai->regs->spsr |= CPSR_T; in handle_user_mode_panic()
356 ai->regs->spsr &= ~CPSR_T; in handle_user_mode_panic()
H A Dthread.c166 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()
H A Dthread_a32.S710 tst r1, #CPSR_T
H A Dboot.c154 nsec_ctx->mon_spsr |= CPSR_T; in init_sec_mon()
H A Dstmm_sp.c172 s &= ~(CPSR_MODE_MASK | CPSR_T | ARM32_CPSR_IT_MASK); in get_spsr()