Searched refs:sp_el0 (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | thread_a64.S | 126 msr sp_el0, x1 289 mrs x3, sp_el0 324 mrs x3, sp_el0 763 mrs x3, sp_el0 766 msr sp_el0, x1 836 mrs x3, sp_el0 839 msr sp_el0, x1 877 mrs x2, sp_el0 967 mrs x2, sp_el0
|
A D | asm-defines.c | 60 DEFINE(THREAD_SVC_REG_SP_EL0, offsetof(struct thread_svc_regs, sp_el0));
|
A D | abort.c | 206 EMSG_RAW(" sp_el0 %016" PRIx64, ai->regs->sp_el0); in __print_abort_info() 361 ai->regs->sp_el0 = thread_get_saved_thread_sp(); in handle_user_mode_panic()
|
A D | secure_partition.c | 451 sp_regs->sp = regs->sp_el0; in sp_svc_store_registers()
|
A D | ldelf_loader.c | 262 arg->arm64.sp = tsd->abort_regs.sp_el0; in ldelf_dump_state()
|
A D | stmm_sp.c | 561 spc->regs.sp = svc_regs->sp_el0; in save_sp_ctx()
|
A D | thread.c | 1546 regs->sp_el0 = (uint64_t)(regs + 1); in setup_unwind_user_mode()
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 158 uint64_t sp_el0; member 196 uint64_t sp_el0; member
|
/optee_os/out/arm/core/ |
A D | tee.dmp | 4161 e102464: d5384103 mrs x3, sp_el0 4266 e102664: d5384103 mrs x3, sp_el0 5029 e103548: d5184101 msr sp_el0, x1 5186 e1036dc: d5384102 mrs x2, sp_el0 7014 e104904: d5384103 mrs x3, sp_el0 7020 e104910: d5184101 msr sp_el0, x1 7116 e104a08: d5384103 mrs x3, sp_el0 7122 e104a14: d5184101 msr sp_el0, x1 7153 e104a60: d5384102 mrs x2, sp_el0
|
Completed in 144 milliseconds