Searched refs:meminfo (Results 1 – 13 of 13) 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()
60 struct meminfo *bl1_plat_sec_mem_layout(void) in bl1_plat_sec_mem_layout()
62 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()
25 struct meminfo;131 struct meminfo *bl1_plat_sec_mem_layout(void);198 struct meminfo *bl2_plat_sec_mem_layout(void);231 void bl2u_early_platform_setup(struct meminfo *mem_layout,
62 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
175 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
23 struct meminfo;198 void arm_bl2_early_platform_setup(uintptr_t fw_config, struct meminfo *mem_layout);212 void arm_bl2u_early_platform_setup(struct meminfo *mem_layout,
159 typedef struct meminfo { struct
419 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
1227 meminfo.total_base = Base address of secure RAM visible to BL21228 meminfo.total_size = Size of secure RAM visible to BL21230 By default, BL1 places this ``meminfo`` structure at the end of secure1234 ``meminfo`` structure for BL2 or restrict the amount of memory visible to1305 Return : meminfo *1314 meminfo.total_base = Base address of secure RAM visible to BL11315 meminfo.total_size = Size of secure RAM visible to BL11483 arg1 - ``meminfo`` structure populated by BL1. The platform copies1484 the contents of ``meminfo`` as it may be subsequently overwritten by BL2.1677 Argument : meminfo *mem_info, void *plat_info[all …]
474 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
484 #. BL2 does not receive the meminfo information from BL1 anymore. This
Completed in 20 milliseconds