Home
last modified time | relevance | path

Searched refs:tee_ta_get_session (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_ta_manager.h140 struct tee_ta_session *tee_ta_get_session(uint32_t id, bool exclusive,
/optee_os/core/kernel/
H A Dtee_ta_manager.c240 struct tee_ta_session *tee_ta_get_session(uint32_t id, bool exclusive, in tee_ta_get_session() function
474 sess = tee_ta_get_session(csess->id, true, open_sessions); in tee_ta_close_session()
936 sess = tee_ta_get_session(dump_ctx[i].sess_id[j], true, in dump_ta_stats()
/optee_os/core/tee/
H A Dentry_std.c444 s = tee_ta_get_session(arg->session, true, &tee_open_sessions); in entry_invoke_command()
475 s = tee_ta_get_session(arg->session, false, &tee_open_sessions); in entry_cancel()
H A Dtee_svc.c858 called_sess = tee_ta_get_session((uint32_t)ta_sess, true, in syscall_invoke_ta_command()