HomeSort by relevance Sort by last modified time
    Searched refs:meminfo_t (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
bl2_fvp_setup.c 75 static meminfo_t bl2_tzram_layout
90 meminfo_t *bl2_plat_sec_mem_layout(void)
168 void bl2_early_platform_setup(meminfo_t *mem_layout)
268 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
285 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
bl1_fvp_setup.c 63 static meminfo_t bl1_tzram_layout;
65 meminfo_t *bl1_plat_sec_mem_layout(void)
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 79 void bl1_init_bl2_mem_layout(const meminfo_t *bl1_mem_layout,
80 meminfo_t *bl2_mem_layout)
98 flush_dcache_range((unsigned long)bl2_mem_layout, sizeof(meminfo_t));
122 meminfo_t *bl1_tzram_layout;
123 meminfo_t *bl2_tzram_layout = 0x0;
208 bl2_tzram_layout = (meminfo_t *) bl1_tzram_layout->free_base;
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
bl2_plat_setup.c 77 static meminfo_t bl2_tzram_layout
85 meminfo_t *bl2_plat_sec_mem_layout(void)
161 void bl2_early_platform_setup(meminfo_t *mem_layout)
212 void bl2_plat_get_bl30_meminfo(meminfo_t *bl30_meminfo)
302 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
319 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
bl1_plat_setup.c 64 static meminfo_t bl1_tzram_layout;
66 meminfo_t *bl1_plat_sec_mem_layout(void)
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_main.c 62 meminfo_t *mem_layout, uint64_t load_addr)
110 meminfo_t *mem_layout;
188 meminfo_t bl30_mem_info;
240 meminfo_t *bl2_tzram_layout;
295 meminfo_t bl32_mem_info;
349 meminfo_t bl33_mem_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl2_plat_setup.c 76 static meminfo_t bl2_tzram_layout
85 meminfo_t *bl2_plat_sec_mem_layout(void)
179 void bl2_early_platform_setup(meminfo_t *mem_layout)
229 void bl2_plat_get_bl30_meminfo(meminfo_t *bl30_meminfo)
345 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
361 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
bl1_plat_setup.c 71 static meminfo_t bl1_tzram_layout;
78 meminfo_t *bl1_plat_sec_mem_layout(void)
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 120 } meminfo_t; typedef in typeref:struct:meminfo
220 int load_image(meminfo_t *mem_layout,
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 147 const meminfo_t *mem_layout)
212 int load_image(meminfo_t *mem_layout,

Completed in 913 milliseconds