Home
last modified time | relevance | path

Searched refs:to_sp_ctx (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_mode_ctx.h27 return &to_sp_ctx(ctx)->uctx; in to_user_mode_ctx()
/optee_os/core/arch/riscv/include/kernel/
H A Dsecure_partition.h31 static inline struct sp_ctx *to_sp_ctx(struct ts_ctx *ctx __unused) in to_sp_ctx() function
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h69 static inline struct sp_ctx *to_sp_ctx(struct ts_ctx *ctx) in to_sp_ctx() function
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c330 ctx = to_sp_ctx(s->ts_sess.ctx); in sp_map_shared()
369 struct sp_ctx *ctx = to_sp_ctx(s->ts_sess.ctx); in sp_unmap_ffa_regions()
636 ctx = to_sp_ctx(s->ts_sess.ctx); in sp_open_session()
1664 ctx = to_sp_ctx(sess->ts_sess.ctx); in sp_first_run()
1730 struct sp_ctx *ctx = to_sp_ctx(sp->ts_sess.ctx); in sp_enter()
1791 struct sp_ctx *ctx = to_sp_ctx(s->ctx); in sp_enter_invoke_cmd()
1864 struct sp_ctx *uctx = to_sp_ctx(ts->ctx); in sp_handle_scall()
1890 struct sp_ctx *utc = to_sp_ctx(ctx); in sp_dump_state()
H A Dspmc_sp_handler.c174 sp_ctx = to_sp_ctx(owner_sp->ts_sess.ctx); in spmc_sp_add_sp_region()
604 struct sp_ctx *ctx = to_sp_ctx(s->ts_sess.ctx); in create_retrieve_response()
805 struct sp_ctx *ctx = to_sp_ctx(s->ts_sess.ctx); in zero_mem_region()
1152 sp_ctx = to_sp_ctx(sp_s->ts_sess.ctx); in handle_mem_perm_get()
1199 sp_ctx = to_sp_ctx(sp_s->ts_sess.ctx); in handle_mem_perm_set()
H A Dthread.c992 struct sp_ctx *spc = to_sp_ctx(s->ctx); in thread_get_pauth_keys()