Home
last modified time | relevance | path

Searched full:cfg_ree_fs (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/tee/
H A Dsub.mk42 srcs-$(CFG_REE_FS) += tee_ree_fs.c
43 srcs-$(CFG_REE_FS) += fs_dirfile.c
44 srcs-$(CFG_REE_FS) += fs_htree.c
45 srcs-$(CFG_REE_FS) += tee_fs_rpc.c
/optee_os/core/include/tee/
H A Dtee_fs.h57 #ifdef CFG_REE_FS
99 #if defined(CFG_REE_FS) in tee_svc_storage_file_ops()
106 #ifdef CFG_REE_FS in tee_svc_storage_file_ops()
/optee_os/core/pta/
H A Ddevice.c103 if (IS_ENABLED(CFG_REE_FS) || in invoke_command()
108 if (!IS_ENABLED(CFG_REE_FS)) { in invoke_command()
/optee_os/core/pta/tests/
H A Dsub.mk1 srcs-$(call cfg-all-enabled,CFG_REE_FS CFG_WITH_USER_TA) += fs_htree.c
H A Dinvoke.c424 #if defined(CFG_REE_FS) && defined(CFG_WITH_USER_TA) in invoke_command()
/optee_os/lib/libutee/include/
H A Duser_ta_header.h38 * (CFG_REE_FS=n CFG_RPMB_FS=y) or REE FS (CFG_REE_FS=y). The
/optee_os/core/arch/riscv/plat-spike/
H A Dconf.mk59 $(call force,CFG_REE_FS,n)
/optee_os/mk/
H A Dconfig.mk153 CFG_REE_FS ?= y
234 _CFG_WITH_SECURE_STORAGE := $(call cfg-one-enabled,CFG_REE_FS CFG_RPMB_FS)
384 # When CFG_REE_FS=y:
675 # Enable storage for TAs in secure storage, depends on CFG_REE_FS=y
678 CFG_SECSTOR_TA ?= $(call cfg-all-enabled,CFG_REE_FS CFG_WITH_USER_TA)
679 $(eval $(call cfg-depends-all,CFG_SECSTOR_TA,CFG_REE_FS CFG_WITH_USER_TA))
/optee_os/core/
H A Dcrypto.mk160 $(eval $(call cryp-enable-all-depends,CFG_REE_FS, AES ECB CTR HMAC SHA256 GCM))
/optee_os/.github/workflows/
H A Dci.yml315 _make CFG_REE_FS=n CFG_RPMB_FS=y