Searched refs:tee_ta_get_session (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | tee_ta_manager.h | 140 struct tee_ta_session *tee_ta_get_session(uint32_t id, bool exclusive,
|
| /optee_os/core/kernel/ |
| H A D | tee_ta_manager.c | 240 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 D | entry_std.c | 444 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 D | tee_svc.c | 858 called_sess = tee_ta_get_session((uint32_t)ta_sess, true, in syscall_invoke_ta_command()
|