Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Duser_access.h36 TEE_Result copy_kaddr_to_uref(uint32_t *uref, void *kaddr);
/optee_os-3.20.0/core/kernel/
A Duser_access.c77 TEE_Result copy_kaddr_to_uref(uint32_t *uref, void *kaddr) in copy_kaddr_to_uref() function
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c230 res = copy_kaddr_to_uref(obj, o); in syscall_storage_obj_open()
399 res = copy_kaddr_to_uref(obj, o); in syscall_storage_obj_create()
538 return copy_kaddr_to_uref(obj_enum, e); in syscall_storage_alloc_enum()
A Dtee_svc_cryp.c1576 res = copy_kaddr_to_uref(obj, o); in syscall_cryp_obj_alloc()
2700 res = copy_kaddr_to_uref(state, cs); in syscall_cryp_state_alloc()

Completed in 11 milliseconds