Home
last modified time | relevance | path

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

/optee_os/core/kernel/
A Duser_access.c56 TEE_Result copy_to_user_private(void *uaddr, const void *kaddr, size_t len) in copy_to_user_private() function
71 return copy_to_user_private(uref, &ref, sizeof(ref)); in copy_kaddr_to_uref()
/optee_os/core/include/kernel/
A Duser_access.h33 TEE_Result copy_to_user_private(void *uaddr, const void *kaddr, size_t len);
/optee_os/core/tee/
A Dtee_svc.c842 copy_to_user_private(ta_sess, &s->id, sizeof(s->id)); in syscall_open_ta_session()
843 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_open_ta_session()
922 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_invoke_ta_command()
1024 res2 = copy_to_user_private(mytime, &t, sizeof(t)); in syscall_get_time()
A Dtee_svc_storage.c660 res = copy_to_user_private(len, &l, sizeof(*len)); in syscall_storage_next_enum()
728 res = copy_to_user_private(count, &u_count, sizeof(*count)); in syscall_storage_obj_read()
A Dtee_svc_cryp.c898 res = copy_to_user_private(info, &o->info, sizeof(o->info)); in syscall_cryp_obj_get_info()
/optee_os/out/arm/core/
A Dtee.symb_sizes1008 000000000e116cc0 0000000000000054 T copy_to_user_private
A Dtee.dmp35589 000000000e116cc0 <copy_to_user_private>:
35590 copy_to_user_private():
35605 e116cec: 350000a0 cbnz w0, e116d00 <copy_to_user_private+0x40>
35662 e116d84: 97ffffcf bl e116cc0 <copy_to_user_private>
51631 e1213dc: 97ffd639 bl e116cc0 <copy_to_user_private>
51636 e1213ec: 97ffd635 bl e116cc0 <copy_to_user_private>
51826 e1215f4: 97ffd5b3 bl e116cc0 <copy_to_user_private>
52052 e121844: 97ffd51f bl e116cc0 <copy_to_user_private>
53972 e122bd0: 97ffd03c bl e116cc0 <copy_to_user_private>
59771 e126b84: 97ffc04f bl e116cc0 <copy_to_user_private>
[all …]
A Dtee.map22074 .text.copy_to_user_private
22076 0x000000000e116cc0 copy_to_user_private

Completed in 221 milliseconds