Searched refs:to_ta_session (Results 1 – 10 of 10) sorted by relevance
24 if (to_ta_session(s)->clnt_id.login == TEE_LOGIN_TRUSTED_APP) in client_is_secure()146 struct tee_ta_session *ta_sess = to_ta_session(s); in pseudo_ta_enter_open_session()192 struct tee_ta_session *ta_sess = to_ta_session(s); in pseudo_ta_enter_invoke_cmd()
154 struct tee_ta_session *ta_sess = to_ta_session(session); in user_ta_enter()
110 struct tee_ta_session *__noprof to_ta_session(struct ts_session *sess) in to_ta_session() function
178 return copy_to_user(buf, &to_ta_session(sess)->clnt_id, in get_prop_client_id()913 c = tee_ta_session_is_cancelled(to_ta_session(s), NULL); in syscall_get_cancellation_flag()924 sess = to_ta_session(s); in syscall_unmask_cancellation()936 sess = to_ta_session(s); in syscall_mask_cancellation()959 if (tee_ta_session_is_cancelled(to_ta_session(s), in syscall_wait()
164 struct tee_ta_session *to_ta_session(struct ts_session *sess);
206 struct tee_ta_session *ta_session = to_ta_session(ts); in pta_scmi_open_session()
311 struct tee_ta_session *ta_session = to_ta_session(ts); in open_session()
289 uint32_t login = to_ta_session(ts_get_current_session())->clnt_id.login; in pta_bsec_open_session()
467 struct tee_ta_session *ta_sess = to_ta_session(s); in stmm_enter_open_session()488 struct tee_ta_session *ta_sess = to_ta_session(s); in stmm_enter_invoke_cmd()
48 if (to_ta_session(session)->clnt_id.login == TEE_LOGIN_TRUSTED_APP) { in test_v2p2v()