Home
last modified time | relevance | path

Searched refs:to_stmm_ctx (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_mode_ctx.h29 return &to_stmm_ctx(ctx)->uctx; in to_user_mode_ctx()
/optee_os/core/arch/riscv/include/kernel/
H A Dstmm_sp.h25 static inline struct stmm_ctx *to_stmm_ctx(struct ts_ctx *ctx __unused) in to_stmm_ctx() function
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c442 struct stmm_ctx *spc = to_stmm_ctx(sess->ts_sess.ctx); in stmm_complete_session()
466 struct stmm_ctx *spc = to_stmm_ctx(s->ctx); in stmm_enter_open_session()
487 struct stmm_ctx *spc = to_stmm_ctx(s->ctx); in stmm_enter_invoke_cmd()
585 return to_stmm_ctx(ctx)->uctx.vm_info.asid; in stmm_get_instance_id()
590 struct stmm_ctx *spc = to_stmm_ctx(ctx); in stmm_ctx_destroy()
634 struct stmm_ctx *spc = to_stmm_ctx(sess->ctx); in return_from_sp_helper()
856 spc = to_stmm_ctx(sess->ctx); in spm_handle_get_mem_attr()
907 spc = to_stmm_ctx(sess->ctx); in spm_handle_set_mem_attr()
/optee_os/core/arch/arm/include/kernel/
H A Dstmm_sp.h149 static inline struct stmm_ctx *to_stmm_ctx(struct ts_ctx *ctx) in to_stmm_ctx() function
/optee_os/core/kernel/
H A Dtee_ta_manager.c122 return &(to_stmm_ctx(ctx)->ta_ctx); in ts_to_ta_ctx()