Home
last modified time | relevance | path

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

/optee_os/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));
76 DEFINE(THREAD_CTX_REGS_SP, offsetof(struct thread_ctx_regs, sp));
77 DEFINE(THREAD_CTX_REGS_X0, offsetof(struct thread_ctx_regs, x[0]));
78 DEFINE(THREAD_CTX_REGS_X1, offsetof(struct thread_ctx_regs, x[1]));
79 DEFINE(THREAD_CTX_REGS_X2, offsetof(struct thread_ctx_regs, x[2]));
80 DEFINE(THREAD_CTX_REGS_X4, offsetof(struct thread_ctx_regs, x[4]));
81 DEFINE(THREAD_CTX_REGS_X19, offsetof(struct thread_ctx_regs, x[19]));
82 DEFINE(THREAD_CTX_REGS_TPIDR_EL0, offsetof(struct thread_ctx_regs,
A Dthread_private.h57 struct thread_ctx_regs regs;
143 void thread_resume(struct thread_ctx_regs *regs);
145 uint32_t __thread_enter_user_mode(struct thread_ctx_regs *regs,
169 struct thread_ctx_regs *thread_get_ctx_regs(void);
A Dsecure_partition.c226 struct thread_ctx_regs *sp_regs = &ctx->sp_regs; in sp_init_set_registers()
404 struct thread_ctx_regs *sp_regs = NULL; in sp_enter_invoke_cmd()
446 struct thread_ctx_regs *sp_regs) in sp_svc_store_registers()
A Dthread.c593 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3()
608 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3()
667 static bool is_user_mode(struct thread_ctx_regs *regs) in is_user_mode()
1224 struct thread_ctx_regs * __nostackcheck thread_get_ctx_regs(void) in thread_get_ctx_regs()
1435 static void set_ctx_regs(struct thread_ctx_regs *regs, unsigned long a0, in set_ctx_regs()
1444 *regs = (struct thread_ctx_regs){ }; in set_ctx_regs()
1477 struct thread_ctx_regs *regs = NULL; in thread_enter_user_mode()
/optee_os/core/arch/arm/include/kernel/
A Dsecure_partition.h48 struct thread_ctx_regs sp_regs;
A Dstmm_sp.h137 struct thread_ctx_regs regs;
A Dthread.h219 struct thread_ctx_regs { struct
244 struct thread_ctx_regs { argument

Completed in 11 milliseconds