Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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()
/trusted-firmware-a/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);
/trusted-firmware-a/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);
/trusted-firmware-a/include/plat/common/
A Dplatform.h27 struct entry_point_info;
173 struct entry_point_info *ep_info);
274 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type);
/trusted-firmware-a/plat/common/
A Dplat_bl1_common.c38 struct entry_point_info *ep_info) in bl1_plat_set_ep_info()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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,
/trusted-firmware-a/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,
/trusted-firmware-a/include/export/common/
A Dep_info_exp.h105 typedef struct entry_point_info { struct
/trusted-firmware-a/plat/arm/board/fvp_r/
A Dfvp_r_bl1_main.c30 void bl1_run_next_image(const struct entry_point_info *bl_ep_info);
/trusted-firmware-a/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()
/trusted-firmware-a/plat/arm/common/
A Darm_bl31_setup.c84 struct entry_point_info *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/renesas/rzg/
A Dbl2_plat_setup.c65 extern void bl2_enter_bl31(const struct entry_point_info *bl_ep_info);
/trusted-firmware-a/plat/renesas/rcar/
A Dbl2_plat_setup.c68 extern void bl2_enter_bl31(const struct entry_point_info *bl_ep_info);
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst701 BL2, a platform that uses an extended entry_point_info structure to convey
718 The structures using this format are ``entry_point_info``, ``image_info`` and
1127 which returns a reference to the ``entry_point_info`` structure corresponding to
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt701 BL2, a platform that uses an extended entry_point_info structure to convey
718 The structures using this format are ``entry_point_info``, ``image_info`` and
1127 which returns a reference to the ``entry_point_info`` structure corresponding to
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …,110,113,114,115,119,138,139,140,142],entropi:[6,53],entry_point:53,entry_point_info:[6,38,53],ent…
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst1971 Return : entry_point_info *
1979 state. This function must return a pointer to the ``entry_point_info`` structure
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt1971 Return : entry_point_info *
1979 state. This function must return a pointer to the ``entry_point_info`` structure
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt4345 - CPU contexts are now initialized from the `entry_point_info`. BL3-1 fully

Completed in 68 milliseconds

12