Home
last modified time | relevance | path

Searched defs:open_sessions (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dtee_ta_manager.c211 struct tee_ta_session_head *open_sessions) in tee_ta_find_session_nolock()
227 struct tee_ta_session_head *open_sessions) in tee_ta_find_session()
241 struct tee_ta_session_head *open_sessions) in tee_ta_get_session()
279 struct tee_ta_session_head *open_sessions) in tee_ta_unlink_session()
299 struct tee_ta_session_head *open_sessions) in destroy_session()
453 struct tee_ta_session_head *open_sessions, in tee_ta_close_session()
570 static uint32_t new_session_id(struct tee_ta_session_head *open_sessions) in new_session_id()
597 struct tee_ta_session_head *open_sessions, in tee_ta_init_session()
700 struct tee_ta_session_head *open_sessions, in tee_ta_open_session()
866 struct tee_ta_session_head *open_sessions = NULL; in init_dump_ctx() local
[all …]
/optee_os/core/include/kernel/
H A Duser_ta.h35 struct tee_ta_session_head open_sessions; member
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c256 static void insert_session_ordered(struct sp_sessions_head *open_sessions, in insert_session_ordered()
275 static TEE_Result sp_create_session(struct sp_sessions_head *open_sessions, in sp_create_session()
616 struct sp_sessions_head *open_sessions, in sp_open_session()
/optee_os/core/tee/
H A Dentry_std.c677 void nsec_sessions_list_head(struct tee_ta_session_head **open_sessions) in nsec_sessions_list_head()