Home
last modified time | relevance | path

Searched full:cfg_transfer_list (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Dtransfer_list.h115 #if defined(CFG_TRANSFER_LIST)
124 #else /* CFG_TRANSFER_LIST */
145 #endif /* CFG_TRANSFER_LIST */
/optee_os/core/kernel/
H A Dsub.mk56 srcs-$(CFG_TRANSFER_LIST) += transfer_list.c
/optee_os/core/arch/arm/kernel/
H A Dboot.c992 if (IS_ENABLED(CFG_TRANSFER_LIST) && mapped_tl) { in boot_init_primary_late()
1137 if (IS_ENABLED(CFG_TRANSFER_LIST) && boot_arg_transfer_list) { in boot_init_primary_early()
1148 if (IS_ENABLED(CFG_TRANSFER_LIST) && tl_e) in boot_init_primary_early()
1409 if (IS_ENABLED(CFG_TRANSFER_LIST)) { in boot_save_args()
1474 #if defined(CFG_TRANSFER_LIST)
/optee_os/mk/
H A Dconfig.mk534 CFG_TRANSFER_LIST ?= n
575 CFG_TRANSFER_LIST_TEST ?= $(call cfg-all-enabled,CFG_TRANSFER_LIST \
/optee_os/.github/workflows/
H A Dci.yml274 _make PLATFORM=vexpress-qemu_armv8a CFG_TRANSFER_LIST=y CFG_MAP_EXT_DT_SECURE=y