Searched refs:entry_point_info (Results 1 – 21 of 21) sorted by relevance
15 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);
26 struct entry_point_info *bl2_load_images(void) in bl2_load_images()
19 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);
68 struct entry_point_info;84 void bl1_print_next_bl_ep_info(const struct entry_point_info *bl_ep_info);
27 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);
41 struct entry_point_info *ep_info) in bl1_plat_set_ep_info()
117 void tlkd_init_tlk_ep_state(struct entry_point_info *tlk_entry_point,
80 void tlkd_init_tlk_ep_state(struct entry_point_info *tlk_entry_point, in tlkd_init_tlk_ep_state()
67 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
24 void tspd_init_tsp_ep_state(struct entry_point_info *tsp_entry_point, in tspd_init_tsp_ep_state()
221 void tspd_init_tsp_ep_state(struct entry_point_info *tsp_entry_point,
22 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point, in opteed_init_optee_ep_state()
149 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point,
93 typedef struct entry_point_info { struct
59 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
82 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
63 extern void bl2_enter_bl31(const struct entry_point_info *bl_ep_info);
66 extern void bl2_enter_bl31(const struct entry_point_info *bl_ep_info);
694 BL2, a platform that uses an extended entry_point_info structure to convey711 The structures using this format are ``entry_point_info``, ``image_info`` and1120 which returns a reference to the ``entry_point_info`` structure corresponding to
1890 Return : entry_point_info *1898 state. This function must return a pointer to the ``entry_point_info`` structure
4128 - CPU contexts are now initialized from the ``entry_point_info``. BL3-1 fully
Completed in 31 milliseconds