Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_svc.h66 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel);
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h88 bool cancel; /* True if TA invocation is cancelled */ member
/optee_os/lib/libutee/include/
H A Dutee_syscalls.h69 TEE_Result _utee_get_cancellation_flag(uint32_t *cancel);
/optee_os/core/tee/
H A Dtee_svc.c908 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel) in syscall_get_cancellation_flag() argument
915 return copy_to_user(cancel, &c, sizeof(c)); in syscall_get_cancellation_flag()
/optee_os/core/kernel/
H A Dtee_ta_manager.c1018 sess->cancel = true; in tee_ta_cancel_command()
1029 if (s->cancel) in tee_ta_session_is_cancelled()
H A Duser_ta.c230 ta_sess->cancel = false; in user_ta_enter()