Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
A Darm32.h25 #define CPSR_T ARM32_CPSR_T macro
/optee_os/core/arch/arm/kernel/
A Dabort.c342 ai->regs->spsr |= CPSR_T; in handle_user_mode_panic()
344 ai->regs->spsr &= ~CPSR_T; in handle_user_mode_panic()
A Dthread.c464 thread->regs.cpsr |= CPSR_T; in init_regs()
1408 s &= ~(CPSR_MODE_MASK | CPSR_T | CPSR_IT_MASK1 | CPSR_IT_MASK2); in get_spsr()
1411 s |= CPSR_T; in get_spsr()
A Dthread_a32.S645 tst r1, #CPSR_T
A Dboot.c134 nsec_ctx->mon_spsr |= CPSR_T; in init_sec_mon()
A Dstmm_sp.c148 s &= ~(CPSR_MODE_MASK | CPSR_T | ARM32_CPSR_IT_MASK); in get_spsr()

Completed in 14 milliseconds