Home
last modified time | relevance | path

Searched refs:sp_ctx (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dsecure_partition.c136 static void sp_init_info(struct sp_ctx *ctx, struct thread_smc_args *args) in sp_init_info()
169 struct sp_ctx *spc = NULL; in sp_create_ctx()
172 spc = calloc(1, sizeof(struct sp_ctx)); in sp_create_ctx()
224 static TEE_Result sp_init_set_registers(struct sp_ctx *ctx) in sp_init_set_registers()
241 struct sp_ctx *ctx = NULL; in sp_map_shared()
284 struct sp_ctx *ctx = to_sp_ctx(s->ts_sess.ctx); in sp_unmap_ffa_regions()
306 struct sp_ctx *ctx = NULL; in sp_open_session()
370 struct sp_ctx *ctx = to_sp_ctx(sp->ts_sess.ctx); in sp_enter()
398 struct sp_ctx *ctx = to_sp_ctx(s->ctx); in sp_enter_invoke_cmd()
458 struct sp_ctx *uctx = to_sp_ctx(ts->ctx); in sp_handle_svc()
A Dspmc_sp_handler.c158 struct sp_ctx *sp_ctx = NULL; in spmc_sp_add_sp_region() local
164 sp_ctx = to_sp_ctx(owner_sp->ts_sess.ctx); in spmc_sp_add_sp_region()
180 mobj = vm_get_mobj(&sp_ctx->uctx, va, &len, &prot, &offs); in spmc_sp_add_sp_region()
206 if (!sp_has_exclusive_access(region, &sp_ctx->uctx)) { in spmc_sp_add_sp_region()
481 struct sp_ctx *ctx = to_sp_ctx(s->ts_sess.ctx); in create_retrieve_response()
664 struct sp_ctx *ctx = to_sp_ctx(s->ts_sess.ctx); in zero_mem_region()
/optee_os/core/arch/arm/include/kernel/
A Dsecure_partition.h47 struct sp_ctx { struct
70 static inline struct sp_ctx *to_sp_ctx(struct ts_ctx *ctx) in to_sp_ctx() argument
73 return container_of(ctx, struct sp_ctx, ts_ctx); in to_sp_ctx()

Completed in 7 milliseconds