Searched refs:copy_kaddr_to_uref (Results 1 – 4 of 4) sorted by relevance
36 TEE_Result copy_kaddr_to_uref(uint32_t *uref, void *kaddr);
77 TEE_Result copy_kaddr_to_uref(uint32_t *uref, void *kaddr) in copy_kaddr_to_uref() function
230 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()
1576 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