Lines Matching refs:value
52 res = TEE_OpenPersistentObject(params[2].value.a, in ta_storage_cmd_open()
54 params[1].value.a, &o); in ta_storage_cmd_open()
56 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_open()
96 ref_handle = (TEE_ObjectHandle)(uintptr_t)params[2].value.a; in ta_storage_cmd_create()
98 res = TEE_CreatePersistentObject(params[2].value.b, in ta_storage_cmd_create()
100 params[1].value.a, ref_handle, in ta_storage_cmd_create()
107 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_create()
142 res = TEE_CreatePersistentObject(params[1].value.a, in ta_storage_cmd_create_overwrite()
160 TEE_CloseObject((TEE_ObjectHandle)(uintptr_t)params[0].value.a); in ta_storage_cmd_close()
167 TEE_ObjectHandle o = VAL2HANDLE(params[1].value.a); in ta_storage_cmd_read()
181 ¶ms[1].value.b); in ta_storage_cmd_read()
191 TEE_ObjectHandle o = VAL2HANDLE(params[1].value.a); in ta_storage_cmd_write()
215 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_seek()
223 offs = *(int32_t *)¶ms[0].value.b; in ta_storage_cmd_seek()
224 res = TEE_SeekObjectData(o, offs, params[1].value.a); in ta_storage_cmd_seek()
229 params[1].value.b = info.dataPosition; in ta_storage_cmd_seek()
236 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_unlink()
250 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_rename()
287 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_trunc()
293 return TEE_TruncateObjectData(o, params[0].value.b); in ta_storage_cmd_trunc()
306 params[0].value.a = (uintptr_t)oe; in ta_storage_cmd_alloc_enum()
312 TEE_ObjectEnumHandle oe = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_free_enum()
324 TEE_ObjectEnumHandle oe = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_reset_enum()
336 TEE_ObjectEnumHandle oe = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_start_enum()
342 return TEE_StartPersistentObjectEnumerator(oe, params[0].value.b); in ta_storage_cmd_start_enum()
347 TEE_ObjectEnumHandle oe = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_next_enum()
452 result = TEE_CreatePersistentObject(params[0].value.a, in ta_storage_cmd_key_in_persistent()
470 result = TEE_OpenPersistentObject(params[0].value.a, in ta_storage_cmd_key_in_persistent()
536 res = TEE_CreatePersistentObject(params[0].value.a, in ta_storage_cmd_loop()
565 o = (TEE_ObjectHandle)(uintptr_t)params[0].value.a; in ta_storage_cmd_restrict_usage()
566 TEE_RestrictObjectUsage1(o, params[0].value.b); in ta_storage_cmd_restrict_usage()
580 res = TEE_AllocateTransientObject(params[0].value.a, params[0].value.b, in ta_storage_cmd_alloc_obj()
582 params[1].value.a = (uint32_t)(uintptr_t)o; in ta_storage_cmd_alloc_obj()
594 o = (TEE_ObjectHandle)(uintptr_t)params[0].value.a; in ta_storage_cmd_free_obj()
607 o = (TEE_ObjectHandle)(uintptr_t)params[0].value.a; in ta_storage_cmd_reset_obj()
617 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_get_obj_info()