Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc.c786 uint32_t ret_o = TEE_ORIGIN_TEE; in syscall_open_ta_session() local
810 res = tee_ta_open_session(&ret_o, &s, &utc->open_sessions, uuid, in syscall_open_ta_session()
821 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_open_ta_session()
853 uint32_t ret_o = TEE_ORIGIN_TEE; in syscall_invoke_ta_command() local
871 res = tee_ta_invoke_command(&ret_o, called_sess, &clnt_id, in syscall_invoke_ta_command()
889 ret_o = TEE_ORIGIN_TEE; in syscall_invoke_ta_command()
895 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_invoke_ta_command()