Home
last modified time | relevance | path

Searched refs:entry_point_info (Results 1 – 21 of 21) sorted by relevance

/tf-a-ffa_el3_spmc/bl2/
A Dbl2_private.h15 struct entry_point_info;
21 struct entry_point_info *bl2_load_images(void);
22 void bl2_run_next_image(const struct entry_point_info *bl_ep_info);
A Dbl2_image_load_v2.c26 struct entry_point_info *bl2_load_images(void) in bl2_load_images()
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/
A Dcontext_mgmt.h19 struct entry_point_info;
32 void cm_init_my_context(const struct entry_point_info *ep);
34 const struct entry_point_info *ep);
35 void cm_setup_context(cpu_context_t *ctx, const struct entry_point_info *ep);
/tf-a-ffa_el3_spmc/include/bl1/
A Dbl1.h68 struct entry_point_info;
84 void bl1_print_next_bl_ep_info(const struct entry_point_info *bl_ep_info);
/tf-a-ffa_el3_spmc/include/plat/common/
A Dplatform.h27 struct entry_point_info;
163 struct entry_point_info *ep_info);
253 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type);
/tf-a-ffa_el3_spmc/plat/common/
A Dplat_bl1_common.c41 struct entry_point_info *ep_info) in bl1_plat_set_ep_info()
/tf-a-ffa_el3_spmc/services/spd/tlkd/
A Dtlkd_private.h117 void tlkd_init_tlk_ep_state(struct entry_point_info *tlk_entry_point,
A Dtlkd_common.c80 void tlkd_init_tlk_ep_state(struct entry_point_info *tlk_entry_point, in tlkd_init_tlk_ep_state()
/tf-a-ffa_el3_spmc/plat/renesas/common/
A Dbl31_plat_setup.c67 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/tf-a-ffa_el3_spmc/services/spd/tspd/
A Dtspd_common.c24 void tspd_init_tsp_ep_state(struct entry_point_info *tsp_entry_point, in tspd_init_tsp_ep_state()
A Dtspd_private.h221 void tspd_init_tsp_ep_state(struct entry_point_info *tsp_entry_point,
/tf-a-ffa_el3_spmc/services/spd/opteed/
A Dopteed_common.c22 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point, in opteed_init_optee_ep_state()
A Dopteed_private.h149 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point,
/tf-a-ffa_el3_spmc/include/export/common/
A Dep_info_exp.h93 typedef struct entry_point_info { struct
/tf-a-ffa_el3_spmc/plat/brcm/common/
A Dbrcm_bl31_setup.c59 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/tf-a-ffa_el3_spmc/plat/arm/common/
A Darm_bl31_setup.c82 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/tf-a-ffa_el3_spmc/plat/renesas/rzg/
A Dbl2_plat_setup.c63 extern void bl2_enter_bl31(const struct entry_point_info *bl_ep_info);
/tf-a-ffa_el3_spmc/plat/renesas/rcar/
A Dbl2_plat_setup.c66 extern void bl2_enter_bl31(const struct entry_point_info *bl_ep_info);
/tf-a-ffa_el3_spmc/docs/design/
A Dfirmware-design.rst694 BL2, a platform that uses an extended entry_point_info structure to convey
711 The structures using this format are ``entry_point_info``, ``image_info`` and
1120 which returns a reference to the ``entry_point_info`` structure corresponding to
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst1890 Return : entry_point_info *
1898 state. This function must return a pointer to the ``entry_point_info`` structure
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst4128 - CPU contexts are now initialized from the ``entry_point_info``. BL3-1 fully

Completed in 31 milliseconds