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

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_bl2u_setup.c 11 void bl2u_early_platform_setup(meminfo_t *mem_layout, void *plat_info)
fvp_bl2_setup.c 16 void bl2_early_platform_setup(meminfo_t *mem_layout)
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl1_setup.c 25 static meminfo_t bl1_tzram_layout;
28 meminfo_t *bl1_plat_sec_mem_layout(void)
79 void bl1_init_bl2_mem_layout(const meminfo_t *bl1_mem_layout,
80 meminfo_t *bl2_mem_layout)
99 flush_dcache_range((unsigned long)bl2_mem_layout, sizeof(meminfo_t));
qemu_bl2_setup.c 31 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
53 meminfo_t *bl2_plat_sec_mem_layout(void)
132 void bl2_early_platform_setup(meminfo_t *mem_layout)
329 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
343 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl2u_setup.c 34 void arm_bl2u_early_platform_setup(meminfo_t *mem_layout, void *plat_info)
47 void bl2u_early_platform_setup(meminfo_t *mem_layout, void *plat_info)
arm_bl2_setup.c 25 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
70 meminfo_t *bl2_plat_sec_mem_layout(void)
72 static meminfo_t bl2_dram_layout
85 meminfo_t *bl2_plat_sec_mem_layout(void)
170 void arm_bl2_early_platform_setup(meminfo_t *mem_layout)
183 void bl2_early_platform_setup(meminfo_t *mem_layout)
304 void bl2_plat_get_scp_bl2_meminfo(meminfo_t *scp_bl2_meminfo)
341 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
371 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
arm_bl1_setup.c 27 static meminfo_t bl1_tzram_layout;
29 meminfo_t *bl1_plat_sec_mem_layout(void)
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_bl1_setup.c 48 static meminfo_t uniphier_tzram_layout = {
53 meminfo_t *bl1_plat_sec_mem_layout(void)
uniphier_bl2_setup.c 18 static meminfo_t uniphier_bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
21 void bl2_early_platform_setup(meminfo_t *mem_layout)
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/common/
css_bl2u_setup.c 24 void bl2u_early_platform_setup(meminfo_t *mem_layout, void *plat_info)
css_bl2_setup.c 63 void bl2_early_platform_setup(meminfo_t *mem_layout)
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 42 void bl1_init_bl2_mem_layout(const meminfo_t *bl1_mem_layout,
43 meminfo_t *bl2_mem_layout)
71 flush_dcache_range((unsigned long)bl2_mem_layout, sizeof(meminfo_t));
161 meminfo_t *bl1_tzram_layout;
162 meminfo_t *bl2_tzram_layout;
205 bl2_tzram_layout = (meminfo_t *) bl1_tzram_layout->total_base;
207 bl2_tzram_layout = (meminfo_t *) bl1_tzram_layout->free_base;
bl1_fwu.c 304 const meminfo_t *mem_layout = bl1_plat_sec_mem_layout();
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_image_load.c 36 meminfo_t scp_bl2_mem_info;
78 meminfo_t *bl2_tzram_layout;
119 meminfo_t bl32_mem_info;
155 meminfo_t bl33_mem_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
juno_bl2_setup.c 43 void bl2_early_platform_setup(meminfo_t *mem_layout)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
bl2_plat_setup.c 37 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
40 meminfo_t *bl2_plat_sec_mem_layout(void)
127 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
135 void bl2_early_platform_setup(meminfo_t *mem_layout)
bl1_plat_setup.c 32 static meminfo_t bl1_tzram_layout;
34 meminfo_t *bl1_plat_sec_mem_layout(void)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_setup.c 48 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
69 meminfo_t *bl2_plat_sec_mem_layout(void)
122 void bl2_plat_get_scp_bl2_meminfo(meminfo_t *scp_bl2_meminfo)
342 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
387 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
396 void bl2_early_platform_setup(meminfo_t *mem_layout)
hikey960_bl1_setup.c 54 static meminfo_t bl1_tzram_layout;
72 meminfo_t *bl1_plat_sec_mem_layout(void)
83 void bl1_init_bl2_mem_layout(const meminfo_t *bl1_mem_layout,
84 meminfo_t *bl2_mem_layout)
97 flush_dcache_range((unsigned long)bl2_mem_layout, sizeof(meminfo_t));
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 106 } meminfo_t; typedef in typeref:struct:meminfo
214 int load_image(meminfo_t *mem_layout,
219 int load_auth_image(meminfo_t *mem_layout,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl2_setup.c 51 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
72 meminfo_t *bl2_plat_sec_mem_layout(void)
77 void bl2_plat_get_scp_bl2_meminfo(meminfo_t *scp_bl2_meminfo)
309 void bl2_plat_get_bl32_meminfo(meminfo_t *bl32_meminfo)
354 void bl2_plat_get_bl33_meminfo(meminfo_t *bl33_meminfo)
445 void bl2_early_platform_setup(meminfo_t *mem_layout)
hikey_bl1_setup.c 48 static meminfo_t bl1_tzram_layout;
56 meminfo_t *bl1_plat_sec_mem_layout(void)
67 void bl1_init_bl2_mem_layout(const meminfo_t *bl1_mem_layout,
68 meminfo_t *bl2_mem_layout)
81 flush_dcache_range((unsigned long)bl2_mem_layout, sizeof(meminfo_t));
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 145 const meminfo_t *mem_layout)
385 int load_image(meminfo_t *mem_layout,
491 static int load_auth_image_internal(meminfo_t *mem_layout,
556 int load_auth_image(meminfo_t *mem_layout,
  /external/valgrind/include/vki/
vki-solaris.h 666 #define vki_meminfo_t meminfo_t
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.c 725 meminfo_t minfo;
    [all...]

Completed in 464 milliseconds