Searched refs:meminfo (Results 1 – 14 of 14) sorted by relevance
42 void arm_bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in arm_bl2u_early_platform_setup()56 void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in bl2u_early_platform_setup()
63 struct meminfo *bl1_plat_sec_mem_layout(void) in bl1_plat_sec_mem_layout()
72 struct meminfo *mem_layout) in arm_bl2_early_platform_setup()
13 void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in bl2u_early_platform_setup()
62 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
28 struct meminfo;154 struct meminfo *bl1_plat_sec_mem_layout(void);225 struct meminfo *bl2_plat_sec_mem_layout(void);265 void bl2u_early_platform_setup(struct meminfo *mem_layout,
175 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
23 struct meminfo;210 void arm_bl2_early_platform_setup(uintptr_t fw_config, struct meminfo *mem_layout);224 void arm_bl2u_early_platform_setup(struct meminfo *mem_layout,
54 struct meminfo *bl1_plat_sec_mem_layout(void) in bl1_plat_sec_mem_layout()
161 typedef struct meminfo { struct
421 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
1270 #. Populating a ``meminfo`` structure with the following information in memory,1275 meminfo.total_base = Base address of secure RAM visible to BL21276 meminfo.total_size = Size of secure RAM visible to BL21278 By default, BL1 places this ``meminfo`` structure at the end of secure1282 ``meminfo`` structure for BL2 or restrict the amount of memory visible to1353 Return : meminfo *1357 a ``meminfo`` structure containing the extents and availability of secure RAM for1362 meminfo.total_base = Base address of secure RAM visible to BL11363 meminfo.total_size = Size of secure RAM visible to BL11567 arg1 - ``meminfo`` structure populated by BL1. The platform copies[all …]
473 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
494 #. BL2 does not receive the meminfo information from BL1 anymore. This