Searched full:cfg_core_phys_relocatable (Results 1 – 8 of 8) sorted by relevance
123 CFG_CORE_PHYS_RELOCATABLE ?= y142 ifeq ($(CFG_CORE_PHYS_RELOCATABLE)-$(CFG_WITH_PAGER),y-y)143 $(error CFG_CORE_PHYS_RELOCATABLE and CFG_WITH_PAGER are not compatible)145 ifeq ($(CFG_CORE_PHYS_RELOCATABLE),y)147 $(error CFG_CORE_PHYS_RELOCATABLE depends on CFG_CORE_SEL2_SPMC)263 ifeq ($(call cfg-one-enabled, CFG_CORE_ASLR CFG_CORE_PHYS_RELOCATABLE),y)
269 #if defined(CFG_CORE_PHYS_RELOCATABLE)650 #if defined(CFG_CORE_ASLR) || defined(CFG_CORE_PHYS_RELOCATABLE)
447 #if !defined(CFG_CORE_ASLR) && !defined(CFG_CORE_PHYS_RELOCATABLE)
18 ifeq ($(call cfg-one-enabled, CFG_CORE_ASLR CFG_CORE_PHYS_RELOCATABLE),y)
1444 if (IS_ENABLED(CFG_CORE_PHYS_RELOCATABLE)) { in boot_save_args()
47 #ifdef CFG_CORE_PHYS_RELOCATABLE80 #ifdef CFG_CORE_PHYS_RELOCATABLE175 #ifdef CFG_CORE_PHYS_RELOCATABLE in core_mmu_set_secure_memory()178 runtime_assert(IS_ENABLED(CFG_CORE_PHYS_RELOCATABLE)); in core_mmu_set_secure_memory()1627 if (IS_ENABLED(CFG_CORE_PHYS_RELOCATABLE) && in core_init_mmu_map()
296 #ifdef CFG_CORE_PHYS_RELOCATABLE
276 _make PLATFORM=vexpress-qemu_armv8a CFG_CORE_SEL2_SPMC=y CFG_CORE_PHYS_RELOCATABLE=y CFG_TZDRAM_START=0x0d304000 CFG_TZDRAM_SIZE=0x00cfc000