Home
last modified time | relevance | path

Searched refs:tee_ta_session_is_cancelled (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_ta_manager.h122 bool tee_ta_session_is_cancelled(struct tee_ta_session *s, TEE_Time *curr_time);
/optee_os/core/tee/
H A Dtee_svc.c913 c = tee_ta_session_is_cancelled(to_ta_session(s), NULL); in syscall_get_cancellation_flag()
959 if (tee_ta_session_is_cancelled(to_ta_session(s), in syscall_wait()
/optee_os/core/kernel/
H A Dtee_ta_manager.c1034 bool tee_ta_session_is_cancelled(struct tee_ta_session *s, TEE_Time *curr_time) in tee_ta_session_is_cancelled()
1022 bool tee_ta_session_is_cancelled(struct tee_ta_session *s, TEE_Time *curr_time) tee_ta_session_is_cancelled() function