Searched refs:SPSR_64_MODE_EL1 (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc_a64.S | 108 orr x1, x1, #(SPSR_64_MODE_EL1 << SPSR_64_MODE_EL_SHIFT)
|
A D | thread_optee_smc_a64.S | 184 orr x1, x1, #(SPSR_64_MODE_EL1 << SPSR_64_MODE_EL_SHIFT)
|
A D | thread.c | 195 thread->regs.cpsr = SPSR_64(SPSR_64_MODE_EL1, SPSR_64_MODE_SP_EL0, in init_regs() 1067 regs->spsr = SPSR_64(SPSR_64_MODE_EL1, SPSR_64_MODE_SP_EL0, 0); in setup_unwind_user_mode()
|
A D | abort.c | 377 ai->regs->spsr = SPSR_64(SPSR_64_MODE_EL1, SPSR_64_MODE_SP_EL0, daif); in handle_user_mode_panic()
|
/optee_os-3.20.0/core/arch/arm/include/ |
A D | arm64.h | 78 #define SPSR_64_MODE_EL1 U(0x1) macro
|
Completed in 7 milliseconds