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
69 TEE_Result _utee_get_cancellation_flag(uint32_t *cancel);
908 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel) in syscall_get_cancellation_flag() argument915 return copy_to_user(cancel, &c, sizeof(c)); in syscall_get_cancellation_flag()
1018 sess->cancel = true; in tee_ta_cancel_command()1029 if (s->cancel) in tee_ta_session_is_cancelled()
230 ta_sess->cancel = false; in user_ta_enter()