Searched refs:ret_o (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_svc.c | 857 uint32_t ret_o = TEE_ORIGIN_TEE; in syscall_open_ta_session() local 885 res = tee_ta_open_session(&ret_o, &s, &utc->open_sessions, uuid, in syscall_open_ta_session() 898 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_open_ta_session() 930 uint32_t ret_o = TEE_ORIGIN_TEE; in syscall_invoke_ta_command() local 951 res = tee_ta_invoke_command(&ret_o, called_sess, &clnt_id, in syscall_invoke_ta_command() 970 ret_o = TEE_ORIGIN_TEE; in syscall_invoke_ta_command() 977 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_invoke_ta_command()
|
Completed in 3 milliseconds