Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Duser_access.h160 TEE_Result copy_kaddr_to_uref(uint32_t *uref, void *kaddr);
/optee_os/core/tee/
H A Dtee_svc_storage.c227 res = copy_kaddr_to_uref(obj, o); in syscall_storage_obj_open()
413 res = copy_kaddr_to_uref(obj, o); in syscall_storage_obj_create()
556 return copy_kaddr_to_uref(obj_enum, e); in syscall_storage_alloc_enum()
H A Dtee_svc_cryp.c1677 res = copy_kaddr_to_uref(obj, o); in syscall_cryp_obj_alloc()
2887 res = copy_kaddr_to_uref(state, cs); in syscall_cryp_state_alloc()
/optee_os/core/kernel/
H A Duser_access.c298 TEE_Result copy_kaddr_to_uref(uint32_t *uref, void *kaddr) in copy_kaddr_to_uref() function