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