Lines Matching refs:meminfo
1528 #. Populating a ``meminfo`` structure with the following information in memory,
1533 meminfo.total_base = Base address of secure RAM visible to BL2
1534 meminfo.total_size = Size of secure RAM visible to BL2
1536 By default, BL1 places this ``meminfo`` structure at the end of secure
1540 ``meminfo`` structure for BL2 or restrict the amount of memory visible to
1611 Return : meminfo *
1615 a ``meminfo`` structure containing the extents and availability of secure RAM for
1620 meminfo.total_base = Base address of secure RAM visible to BL1
1621 meminfo.total_size = Size of secure RAM visible to BL1
1825 arg1 - ``meminfo`` structure populated by BL1. The platform copies
1826 the contents of ``meminfo`` as it may be subsequently overwritten by BL2.
2055 Argument : meminfo *mem_info, void *plat_info
2060 of the ``meminfo`` structure and platform specific info provided by BL1.