Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dsecure_partition.h19 TAILQ_HEAD(sp_sessions_head, sp_session);
36 struct sp_session { struct
46 TAILQ_ENTRY(sp_session) link; argument
51 struct sp_session *open_session;
70 static inline struct sp_session *__noprof
74 return container_of(sess, struct sp_session, ts_sess); in to_sp_session()
83 struct sp_session *sp_get_session(uint32_t session_id);
84 TEE_Result sp_enter(struct thread_smc_args *args, struct sp_session *sp);
91 TEE_Result sp_map_shared(struct sp_session *s,
95 TEE_Result sp_unmap_ffa_regions(struct sp_session *s, struct sp_mem *smem);
A Dspmc_sp_handler.h19 struct sp_session *caller_sp);
21 struct sp_session *caller_sp);
27 struct sp_session *owner_sp);
36 struct sp_session *owner_sp __unused) in spmc_sp_add_share()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dspmc_sp_handler.c39 struct sp_session *caller, in ffa_get_dst()
40 struct sp_session **dst) in ffa_get_dst()
42 struct sp_session *s = NULL; in ffa_get_dst()
95 struct sp_session *s = NULL; in add_mem_region_to_sp()
155 struct sp_session *owner_sp, in spmc_sp_add_sp_region()
742 static struct sp_session *
746 struct sp_session *dst = NULL; in ffa_handle_sp_direct_req()
795 static struct sp_session *
849 static struct sp_session *
906 struct sp_session *sp_s) in handle_mem_perm_get()
[all …]
A Dsecure_partition.c100 struct sp_session *s = NULL; in sp_find_session_id()
117 struct sp_session *s = NULL; in sp_get_session()
131 struct sp_session *s = NULL; in sp_partition_info_get_all()
177 struct sp_session *last = NULL; in new_session_id()
217 struct sp_session **sess) in sp_create_session()
220 struct sp_session *s = calloc(1, sizeof(struct sp_session)); in sp_create_session()
256 TEE_Result sp_map_shared(struct sp_session *s, in sp_map_shared()
326 struct sp_session *s = NULL; in sp_open_session()
892 struct sp_session *sess = NULL; in sp_init_uuid()
1056 struct sp_session *s = uctx->open_session; in sp_handle_svc()
[all …]
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dsecure_partition.h24 static inline struct sp_session *__noprof

Completed in 8 milliseconds