Searched refs:meminfo (Results 1 – 12 of 12) 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()
69 struct meminfo *bl1_plat_sec_mem_layout(void) in bl1_plat_sec_mem_layout()
62 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
13 void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in bl2u_early_platform_setup()
175 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
35 struct meminfo;227 struct meminfo *bl1_plat_sec_mem_layout(void);304 struct meminfo *bl2_plat_sec_mem_layout(void);354 void bl2u_early_platform_setup(struct meminfo *mem_layout,
29 struct meminfo;267 void arm_bl2u_early_platform_setup(struct meminfo *mem_layout,
171 typedef struct meminfo { struct
421 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
1634 #. Populating a ``meminfo`` structure with the following information in memory,1639 meminfo.total_base = Base address of secure RAM visible to BL21640 meminfo.total_size = Size of secure RAM visible to BL21642 By default, BL1 places this ``meminfo`` structure at the end of secure1646 ``meminfo`` structure for BL2 or restrict the amount of memory visible to1714 Return : meminfo *1718 a ``meminfo`` structure containing the extents and availability of secure RAM for1723 meminfo.total_base = Base address of secure RAM visible to BL11724 meminfo.total_size = Size of secure RAM visible to BL11916 arg1 - ``meminfo`` structure populated by BL1. The platform copies[all …]
642 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
441 #. BL2 does not receive the meminfo information from BL1 anymore. This