Home
last modified time | relevance | path

Searched refs:tee_svc_storage_file_ops (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_fs.h95 tee_svc_storage_file_ops(uint32_t storage_id) in tee_svc_storage_file_ops() function
/optee_os/core/tee/
H A Dtee_svc_storage.c172 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_open()
321 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_create()
602 tee_svc_storage_file_ops(storage_id); in syscall_storage_start_enum()
H A Dtadb.c225 db->ops = tee_svc_storage_file_ops(TEE_STORAGE_PRIVATE); in tadb_open()
/optee_os/core/pta/
H A Dattestation.c224 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read()
268 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c685 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read()
736 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()
/optee_os/core/kernel/
H A Dree_fs_ta.c103 ops = tee_svc_storage_file_ops(TEE_STORAGE_PRIVATE); in check_update_version()