Searched refs:bl2_el3_tzram_layout (Results 1 – 3 of 3) sorted by relevance
19 bl2_el3_tzram_layout.total_base, \20 bl2_el3_tzram_layout.total_size, \23 static meminfo_t bl2_el3_tzram_layout; variable39 bl2_el3_tzram_layout.total_base = ARM_BL_RAM_BASE; in arm_bl2_el3_early_platform_setup()40 bl2_el3_tzram_layout.total_size = ARM_BL_RAM_SIZE; in arm_bl2_el3_early_platform_setup()
34 static meminfo_t bl2_el3_tzram_layout; variable277 bl2_el3_tzram_layout.total_base = BL2_RW_BASE; in bl2_el3_early_platform_setup()278 bl2_el3_tzram_layout.total_size = BL31_LIMIT - BL2_RW_BASE; in bl2_el3_early_platform_setup()283 hikey_init_mmu_el3(bl2_el3_tzram_layout.total_base, in bl2_el3_plat_arch_setup()284 bl2_el3_tzram_layout.total_size, in bl2_el3_plat_arch_setup()
37 static meminfo_t bl2_el3_tzram_layout; variable302 bl2_el3_tzram_layout.total_base = BL2_RW_BASE; in bl2_el3_early_platform_setup()303 bl2_el3_tzram_layout.total_size = BL31_LIMIT - BL2_RW_BASE; in bl2_el3_early_platform_setup()308 hikey960_init_mmu_el3(bl2_el3_tzram_layout.total_base, in bl2_el3_plat_arch_setup()309 bl2_el3_tzram_layout.total_size, in bl2_el3_plat_arch_setup()
Completed in 7 milliseconds