Home
last modified time | relevance | path

Searched refs:thread_ctx_regs (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/core/arch/arm/kernel/
A Dasm-defines.c36 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 Dthread.c282 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 Dsecure_partition.c247 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 Dthread_private_arch.h141 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 Dsecure_partition.h50 struct thread_ctx_regs sp_regs;
A Dstmm_sp.h137 struct thread_ctx_regs regs;
A Dthread_arch.h240 struct thread_ctx_regs { struct
265 struct thread_ctx_regs { argument
/optee_os-3.20.0/core/include/kernel/
A Dthread_private.h36 struct thread_ctx_regs regs;
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dthread_arch.h91 struct thread_ctx_regs { struct
/optee_os-3.20.0/core/kernel/
A Dthread.c507 struct thread_ctx_regs * __nostackcheck thread_get_ctx_regs(void) in thread_get_ctx_regs()

Completed in 15 milliseconds