Searched refs:thread_ctx_regs (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | asm-defines.c | 36 offsetof(struct thread_ctx_regs, usr_sp)); 37 DEFINE(THREAD_CTX_REGS_PC, offsetof(struct thread_ctx_regs, pc)); 38 DEFINE(THREAD_CTX_REGS_CPSR, offsetof(struct thread_ctx_regs, cpsr)); 87 DEFINE(THREAD_CTX_REGS_SP, offsetof(struct thread_ctx_regs, sp)); 88 DEFINE(THREAD_CTX_REGS_X0, offsetof(struct thread_ctx_regs, x[0])); 89 DEFINE(THREAD_CTX_REGS_X1, offsetof(struct thread_ctx_regs, x[1])); 90 DEFINE(THREAD_CTX_REGS_X2, offsetof(struct thread_ctx_regs, x[2])); 91 DEFINE(THREAD_CTX_REGS_X4, offsetof(struct thread_ctx_regs, x[4])); 92 DEFINE(THREAD_CTX_REGS_X19, offsetof(struct thread_ctx_regs, x[19])); 93 DEFINE(THREAD_CTX_REGS_TPIDR_EL0, offsetof(struct thread_ctx_regs, [all …]
|
A D | thread.c | 282 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3() 297 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3() 356 static bool is_user_mode(struct thread_ctx_regs *regs) in is_user_mode() 943 static void set_ctx_regs(struct thread_ctx_regs *regs, unsigned long a0, in set_ctx_regs() 953 *regs = (struct thread_ctx_regs){ }; in set_ctx_regs() 1004 struct thread_ctx_regs *regs = NULL; in thread_enter_user_mode()
|
A D | secure_partition.c | 247 struct thread_ctx_regs *sp_regs = &ctx->sp_regs; in sp_init_set_registers() 1001 struct thread_ctx_regs *sp_regs = NULL; in sp_enter_invoke_cmd() 1043 struct thread_ctx_regs *sp_regs) in sp_svc_store_registers()
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_private_arch.h | 141 void thread_resume(struct thread_ctx_regs *regs); 143 uint32_t __thread_enter_user_mode(struct thread_ctx_regs *regs, 167 struct thread_ctx_regs *thread_get_ctx_regs(void);
|
A D | secure_partition.h | 50 struct thread_ctx_regs sp_regs;
|
A D | stmm_sp.h | 137 struct thread_ctx_regs regs;
|
A D | thread_arch.h | 240 struct thread_ctx_regs { struct 265 struct thread_ctx_regs { argument
|
/optee_os-3.20.0/core/include/kernel/ |
A D | thread_private.h | 36 struct thread_ctx_regs regs;
|
/optee_os-3.20.0/core/arch/riscv/include/kernel/ |
A D | thread_arch.h | 91 struct thread_ctx_regs { struct
|
/optee_os-3.20.0/core/kernel/ |
A D | thread.c | 507 struct thread_ctx_regs * __nostackcheck thread_get_ctx_regs(void) in thread_get_ctx_regs()
|
Completed in 15 milliseconds