Searched refs:copy_to_user_private (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | user_access.h | 18 TEE_Result copy_to_user_private(void *uaddr, const void *kaddr, size_t len); 42 static inline TEE_Result copy_to_user_private(void *uaddr __unused, in copy_to_user_private() function
|
| /optee_os/core/kernel/ |
| H A D | user_access.c | 95 TEE_Result copy_to_user_private(void *uaddr, const void *kaddr, size_t len) in copy_to_user_private() function 302 return copy_to_user_private(uref, &ref, sizeof(ref)); in copy_kaddr_to_uref()
|
| /optee_os/core/tee/ |
| H A D | tee_svc.c | 820 copy_to_user_private(ta_sess, &s->id, sizeof(s->id)); in syscall_open_ta_session() 821 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_open_ta_session() 895 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_invoke_ta_command() 997 res2 = copy_to_user_private(mytime, &t, sizeof(t)); in syscall_get_time()
|
| H A D | tee_svc_storage.c | 700 res = copy_to_user_private(len, &l, sizeof(*len)); in syscall_storage_next_enum() 764 res = copy_to_user_private(count, &u_count, sizeof(*count)); in syscall_storage_obj_read()
|
| H A D | tee_svc_cryp.c | 1199 res = copy_to_user_private(info, &o_info, sizeof(o_info)); in syscall_cryp_obj_get_info()
|