Searched refs:storage_id (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | tee_svc_storage.h | 18 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id, 22 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id, 42 unsigned long storage_id);
|
| H A D | tee_fs.h | 95 tee_svc_storage_file_ops(uint32_t storage_id) in tee_svc_storage_file_ops() argument 97 switch (storage_id) { in tee_svc_storage_file_ops()
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_syscalls.h | 165 TEE_Result _utee_storage_obj_open(unsigned long storage_id, 173 TEE_Result _utee_storage_obj_create(unsigned long storage_id, 199 unsigned long storage_id);
|
| /optee_os/core/tee/ |
| H A D | tee_svc_storage.c | 162 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id, in syscall_storage_obj_open() argument 172 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_open() 309 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id, in syscall_storage_obj_create() argument 321 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_create() 596 unsigned long storage_id) in syscall_storage_start_enum() argument 602 tee_svc_storage_file_ops(storage_id); in syscall_storage_start_enum()
|
| /optee_os/core/pta/ |
| H A D | attestation.c | 211 static TEE_Result sec_storage_obj_read(TEE_UUID *uuid, uint32_t storage_id, in sec_storage_obj_read() argument 224 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read() 256 static TEE_Result sec_storage_obj_write(TEE_UUID *uuid, uint32_t storage_id, in sec_storage_obj_write() argument 268 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 672 static TEE_Result sec_storage_obj_read(unsigned long storage_id, char *obj_id, in sec_storage_obj_read() argument 685 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read() 724 static TEE_Result sec_storage_obj_write(unsigned long storage_id, char *obj_id, in sec_storage_obj_write() argument 736 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()
|