Lines Matching refs:structure
478 defined in the ``mmap_region_t`` structure. The platform defines the regions
527 structure for use by the platform layer.
796 structure:
965 This function returns the address of plat_drtm_dma_prot_features_t structure
989 This function returns the address of *plat_drtm_tpm_features_t* structure
1227 By default, the platform will read the metadata structure and try to boot from
1541 #. Populating a ``meminfo`` structure with the following information in memory,
1549 By default, BL1 places this ``meminfo`` structure at the end of secure
1553 ``meminfo`` structure for BL2 or restrict the amount of memory visible to
1628 a ``meminfo`` structure containing the extents and availability of secure RAM for
1637 populates a similar structure to tell BL2 the extents of memory available for
1654 structure passed from BL2. This function runs with MMU disabled.
1729 structure at the beginning of this free memory and populates it. The address
1730 of ``meminfo_t`` structure is updated in ``arg1`` of the entrypoint
1802 arg1 - ``meminfo`` structure populated by BL1. The platform copies
2001 of the ``meminfo`` structure and platform specific info provided by BL1.
2006 On Arm CSS platforms ``plat_info`` is interpreted as an ``image_info_t`` structure,
2217 state. This function must return a pointer to the ``entry_point_info`` structure
2498 *power domains* are arranged in a hierarchical tree structure and each
2509 correctly. This information is populated in the ``plat_psci_ops`` structure. The
2510 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
2641 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
2643 A description of each member of this structure is given below. Please refer to
2647 structure must be provided and implemented (Refer section 4 of
2650 structure instead of providing an empty implementation.