Searched refs:bl31_params (Results 1 – 10 of 10) sorted by relevance
22 struct bl31_params;168 struct bl31_params *bl2_plat_get_bl31_params(void);249 void bl31_early_platform_setup(struct bl31_params *from_bl2,
30 bl31_params_t bl31_params; member56 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
19 struct bl31_params;158 void arm_bl31_early_platform_setup(struct bl31_params *from_bl2,
40 bl31_params_t bl31_params; member78 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
45 bl31_params_t bl31_params; member111 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
58 bl31_params_t bl31_params; member85 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
61 bl31_params_t bl31_params; member238 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
187 typedef struct bl31_params { struct
1460 Return : bl31_params *1462 BL2 platform code needs to return a pointer to a ``bl31_params`` structure it1463 will use for passing information to BL31. The ``bl31_params`` structure carries1756 Argument : bl31_params *, void *1762 - The address of the ``bl31_params`` structure populated by BL2.1765 The platform can copy the contents of the ``bl31_params`` structure and its1770 In ARM standard platforms, BL2 passes a pointer to a ``bl31_params`` structure
560 Trusted Firmware using ``X0`` to pass a ``bl31_params`` structure.572 ARM Trusted Firmware's BL2 implementation passes a ``bl31_params`` structure in607 ``bl31_params``. The code that allocates and populates these structures must set698 of ``bl31_params``. The ``bl_params`` structure is based on the convention