Searched full:cfg_ree_fs (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/tee/ |
| H A D | sub.mk | 42 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 D | tee_fs.h | 57 #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 D | device.c | 103 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 D | sub.mk | 1 srcs-$(call cfg-all-enabled,CFG_REE_FS CFG_WITH_USER_TA) += fs_htree.c
|
| H A D | invoke.c | 424 #if defined(CFG_REE_FS) && defined(CFG_WITH_USER_TA) in invoke_command()
|
| /optee_os/lib/libutee/include/ |
| H A D | user_ta_header.h | 38 * (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 D | conf.mk | 59 $(call force,CFG_REE_FS,n)
|
| /optee_os/mk/ |
| H A D | config.mk | 153 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 D | crypto.mk | 160 $(eval $(call cryp-enable-all-depends,CFG_REE_FS, AES ECB CTR HMAC SHA256 GCM))
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 315 _make CFG_REE_FS=n CFG_RPMB_FS=y
|