Home
last modified time | relevance | path

Searched refs:storage_id (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/include/tee/
A Dtee_svc_storage.h16 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id,
20 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id,
40 unsigned long storage_id);
A Dtee_fs.h77 tee_svc_storage_file_ops(uint32_t storage_id) in tee_svc_storage_file_ops() argument
79 switch (storage_id) { in tee_svc_storage_file_ops()
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/optee_os/out/arm/export-ta_arm64/include/
A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/optee_os/lib/libutee/include/
A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/optee_os/out/arm/export-ta_arm32/host_include/
A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/optee_os/out/arm/export-ta_arm32/include/
A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/optee_os/core/tee/
A Dtee_svc_storage.c164 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id, in syscall_storage_obj_open() argument
174 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_open()
307 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id, in syscall_storage_obj_create() argument
319 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_create()
577 unsigned long storage_id) in syscall_storage_start_enum() argument
583 tee_svc_storage_file_ops(storage_id); in syscall_storage_start_enum()
/optee_os/core/arch/arm/kernel/
A Dstmm_sp.c626 static TEE_Result sec_storage_obj_read(unsigned long storage_id, char *obj_id, in sec_storage_obj_read() argument
640 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read()
686 static TEE_Result sec_storage_obj_write(unsigned long storage_id, char *obj_id, in sec_storage_obj_write() argument
699 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()

Completed in 9 milliseconds