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
1248 By default, the platform will read the metadata structure and try to boot from
1548 This optional structure holds platform hooks for alternative images load.
1634 #. Populating a ``meminfo`` structure with the following information in memory,
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
1718 a ``meminfo`` structure containing the extents and availability of secure RAM for
1727 populates a similar structure to tell BL2 the extents of memory available for
1744 structure passed from BL2. This function runs with MMU disabled.
1814 `meminfo_t` structure. The default implementation derives this layout from the
1831 structure at the beginning of this free memory and populates it. The address
1832 of ``meminfo_t`` structure is updated in ``arg1`` of the entrypoint
1916 arg1 - ``meminfo`` structure populated by BL1. The platform copies
2097 of the ``meminfo`` structure and platform specific info provided by BL1.
2102 On Arm CSS platforms ``plat_info`` is interpreted as an ``image_info_t`` structure,
2313 state. This function must return a pointer to the ``entry_point_info`` structure
2451 See :ref:`el3_token_sign_request_struct` for definition of the request structure.
2457 The structure must be located in the RMM-EL3 shared
2483 See :ref:`el3_token_sign_response_struct` for definition of the response structure.
2489 The structure must be located in the RMM-EL3 shared
2890 *power domains* are arranged in a hierarchical tree structure and each
2901 correctly. This information is populated in the ``plat_psci_ops`` structure. The
2902 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
3033 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
3035 A description of each member of this structure is given below. Please refer to
3039 structure must be provided and implemented (Refer section 4 of
3042 structure instead of providing an empty implementation.