Searched refs:sp_session (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/arch/arm/include/kernel/ |
A D | secure_partition.h | 19 TAILQ_HEAD(sp_sessions_head, sp_session); 36 struct sp_session { struct 44 TAILQ_ENTRY(sp_session) link; argument 49 struct sp_session *open_session; 63 static inline struct sp_session *__noprof 67 return container_of(sess, struct sp_session, ts_sess); in to_sp_session() 76 struct sp_session *sp_get_session(uint32_t session_id); 77 TEE_Result sp_enter(struct thread_smc_args *args, struct sp_session *sp); 84 TEE_Result sp_map_shared(struct sp_session *s, 88 TEE_Result sp_unmap_ffa_regions(struct sp_session *s, struct sp_mem *smem);
|
A D | spmc_sp_handler.h | 19 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/core/arch/arm/kernel/ |
A D | secure_partition.c | 61 struct sp_session *s = NULL; in sp_find_session_id() 78 struct sp_session *s = NULL; in sp_get_session() 92 struct sp_session *s = NULL; in sp_partition_info_get_all() 155 struct sp_session *last = NULL; in new_session_id() 196 struct sp_session **sess) in sp_create_session() 199 struct sp_session *s = calloc(1, sizeof(struct sp_session)); in sp_create_session() 235 TEE_Result sp_map_shared(struct sp_session *s, in sp_map_shared() 305 struct sp_session *s = NULL; in sp_open_session() 346 struct sp_session *sess = NULL; in sp_init_uuid() 402 struct sp_session *sp_s = to_sp_session(s); in sp_enter_invoke_cmd() [all …]
|
A D | spmc_sp_handler.c | 39 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() 741 static struct sp_session * 745 struct sp_session *dst = NULL; in ffa_handle_sp_direct_req() 794 static struct sp_session * 798 struct sp_session *dst = NULL; in ffa_handle_sp_direct_resp() 848 static struct sp_session * [all …]
|
Completed in 8 milliseconds