Searched refs:stmm_ctx (Results 1 – 2 of 2) sorted by relevance
82 struct stmm_ctx *spc = NULL; in stmm_alloc_ctx()218 static TEE_Result load_stmm(struct stmm_ctx *spc) in load_stmm()320 struct stmm_ctx *spc = NULL; in stmm_init_session()358 struct stmm_ctx *spc = to_stmm_ctx(s->ctx); in stmm_enter_open_session()379 struct stmm_ctx *spc = to_stmm_ctx(s->ctx); in stmm_enter_invoke_cmd()482 struct stmm_ctx *spc = to_stmm_ctx(ctx); in stmm_ctx_destroy()493 struct stmm_ctx *spc = NULL; in sp_svc_get_mem_attr()524 struct stmm_ctx *spc = NULL; in sp_svc_set_mem_attr()588 struct stmm_ctx *spc = to_stmm_ctx(sess->ctx); in return_from_sp_helper()635 struct stmm_ctx *spc = NULL; in sec_storage_obj_read()[all …]
134 struct stmm_ctx { struct150 static inline struct stmm_ctx *to_stmm_ctx(struct ts_ctx *ctx) in to_stmm_ctx() argument153 return container_of(ctx, struct stmm_ctx, ta_ctx.ts_ctx); in to_stmm_ctx()
Completed in 5 milliseconds