Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/tee/
A Dtee_svc.h66 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel);
/optee_os-3.20.0/core/include/kernel/
A Dtee_ta_manager.h86 bool cancel; /* True if TA invocation is cancelled */ member
/optee_os-3.20.0/lib/libutee/include/
A Dutee_syscalls.h69 TEE_Result _utee_get_cancellation_flag(uint32_t *cancel);
/optee_os-3.20.0/core/kernel/
A Duser_ta.c210 ta_sess->cancel = false; in user_ta_enter()
A Dtee_ta_manager.c1028 sess->cancel = true; in tee_ta_cancel_command()
1039 if (s->cancel) in tee_ta_session_is_cancelled()
/optee_os-3.20.0/core/tee/
A Dtee_svc.c990 TEE_Result syscall_get_cancellation_flag(uint32_t *cancel) in syscall_get_cancellation_flag() argument
997 return copy_to_user(cancel, &c, sizeof(c)); in syscall_get_cancellation_flag()

Completed in 9 milliseconds