Searched refs:called_sess (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_svc.c | 655 struct ts_session *called_sess, in tee_svc_copy_param() argument 692 if (called_sess && is_pseudo_ta_ctx(called_sess->ctx)) { in tee_svc_copy_param() 933 struct tee_ta_session *called_sess = NULL; in syscall_invoke_ta_command() local 938 called_sess = tee_ta_get_session((uint32_t)ta_sess, true, in syscall_invoke_ta_command() 940 if (!called_sess) in syscall_invoke_ta_command() 946 res = tee_svc_copy_param(sess, &called_sess->ts_sess, usr_param, ¶m, in syscall_invoke_ta_command() 951 res = tee_ta_invoke_command(&ret_o, called_sess, &clnt_id, in syscall_invoke_ta_command() 975 tee_ta_put_session(called_sess); in syscall_invoke_ta_command()
|
Completed in 4 milliseconds