Lines Matching refs:meminfo
1634 #. Populating a ``meminfo`` structure with the following information in memory,
1639 meminfo.total_base = Base address of secure RAM visible to BL2
1640 meminfo.total_size = Size of secure RAM visible to BL2
1642 By default, BL1 places this ``meminfo`` structure at the end of secure
1646 ``meminfo`` structure for BL2 or restrict the amount of memory visible to
1714 Return : meminfo *
1718 a ``meminfo`` structure containing the extents and availability of secure RAM for
1723 meminfo.total_base = Base address of secure RAM visible to BL1
1724 meminfo.total_size = Size of secure RAM visible to BL1
1916 arg1 - ``meminfo`` structure populated by BL1. The platform copies
1917 the contents of ``meminfo`` as it may be subsequently overwritten by BL2.
2092 Argument : meminfo *mem_info, void *plat_info
2097 of the ``meminfo`` structure and platform specific info provided by BL1.