Home
last modified time | relevance | path

Searched refs:to_ta_session (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/kernel/
H A Dpseudo_ta.c24 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()
H A Duser_ta.c154 struct tee_ta_session *ta_sess = to_ta_session(session); in user_ta_enter()
H A Dtee_ta_manager.c110 struct tee_ta_session *__noprof to_ta_session(struct ts_session *sess) in to_ta_session() function
/optee_os/core/tee/
H A Dtee_svc.c178 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()
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h164 struct tee_ta_session *to_ta_session(struct ts_session *sess);
/optee_os/core/pta/
H A Dscmi.c206 struct tee_ta_session *ta_session = to_ta_session(ts); in pta_scmi_open_session()
H A Drtc.c311 struct tee_ta_session *ta_session = to_ta_session(ts); in open_session()
/optee_os/core/pta/stm32mp/
H A Dbsec_pta.c289 uint32_t login = to_ta_session(ts_get_current_session())->clnt_id.login; in pta_bsec_open_session()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c467 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()
/optee_os/core/pta/tests/
H A Dinvoke.c48 if (to_ta_session(session)->clnt_id.login == TEE_LOGIN_TRUSTED_APP) { in test_v2p2v()