Searched refs:cancel (Results 1 – 6 of 6) sorted by relevance
66 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel);
88 bool cancel; /* True if TA invocation is cancelled */ member 89 bool cancel_mask; /* True if cancel is masked */90 TEE_Time cancel_time; /* Time when to cancel the TA invocation */
69 TEE_Result _utee_get_cancellation_flag(uint32_t *cancel);
905 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel) in syscall_check_access_rights() 912 return copy_to_user(cancel, &c, sizeof(c)); in syscall_get_cancellation_flag() 908 syscall_get_cancellation_flag(uint32_t * cancel) syscall_get_cancellation_flag() argument
1032 sess->cancel = true; in tee_ta_cancel_command() 1043 if (s->cancel) in tee_ta_session_is_cancelled()
227 * Reset the cancel state now that the user TA has returned. The next in user_ta_enter() 231 ta_sess->cancel = false; in user_ta_enter()