Searched full:cfg_map_ext_dt_secure (Results 1 – 6 of 6) sorted by relevance
66 $(call force,CFG_MAP_EXT_DT_SECURE,y)
35 #ifdef CFG_MAP_EXT_DT_SECURE in read_dt_tpm_log_info()
450 if (!fdt && IS_ENABLED(CFG_MAP_EXT_DT_SECURE)) in get_secure_dt()
506 # When CFG_MAP_EXT_DT_SECURE is enabled the external device tree is expected to523 CFG_MAP_EXT_DT_SECURE ?= n524 ifeq ($(CFG_MAP_EXT_DT_SECURE),y)
275 _make PLATFORM=vexpress-qemu_armv8a CFG_TRANSFER_LIST=y CFG_MAP_EXT_DT_SECURE=y
873 * If CFG_MAP_EXT_DT_SECURE is enabled map the external device in core_mmu_type_to_attr()877 if (IS_ENABLED(CFG_MAP_EXT_DT_SECURE)) in core_mmu_type_to_attr()