Searched refs:cancel (Results 1 – 6 of 6) sorted by relevance
66 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel);
86 bool cancel; /* True if TA invocation is cancelled */ member
69 TEE_Result _utee_get_cancellation_flag(uint32_t *cancel);
210 ta_sess->cancel = false; in user_ta_enter()
1028 sess->cancel = true; in tee_ta_cancel_command()1039 if (s->cancel) in tee_ta_session_is_cancelled()
990 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel) in syscall_get_cancellation_flag() argument997 return copy_to_user(cancel, &c, sizeof(c)); in syscall_get_cancellation_flag()
Completed in 9 milliseconds