Home
last modified time | relevance | path

Searched refs:next_image_info (Results 1 – 25 of 41) sorted by relevance

12

/trusted-firmware-a-latest/plat/rockchip/common/
Dbl31_plat_setup.c32 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
34 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
35 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
38 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
39 return next_image_info; in bl31_plat_get_next_image_ep_info()
Dsp_min_plat_setup.c31 entry_point_info_t *next_image_info; in sp_min_plat_get_bl33_ep_info() local
33 next_image_info = &bl33_ep_info; in sp_min_plat_get_bl33_ep_info()
35 if (next_image_info->pc == 0U) { in sp_min_plat_get_bl33_ep_info()
39 return next_image_info; in sp_min_plat_get_bl33_ep_info()
/trusted-firmware-a-latest/plat/mediatek/mt8195/
Dbl31_plat_setup.c39 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
41 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
42 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
45 if (next_image_info->pc) { in bl31_plat_get_next_image_ep_info()
46 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/mediatek/mt8186/
Dbl31_plat_setup.c39 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
41 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
42 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
45 if (next_image_info->pc) { in bl31_plat_get_next_image_ep_info()
46 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/mediatek/mt8192/
Dbl31_plat_setup.c40 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
42 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
43 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
46 if (next_image_info->pc) { in bl31_plat_get_next_image_ep_info()
47 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/bl31/
Dbl31_main.c249 entry_point_info_t *next_image_info; in bl31_prepare_next_image_entry() local
268 next_image_info = bl31_plat_get_next_image_ep_info(image_type); in bl31_prepare_next_image_entry()
269 assert(next_image_info != NULL); in bl31_prepare_next_image_entry()
270 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_next_image_entry()
274 print_entry_point_info(next_image_info); in bl31_prepare_next_image_entry()
275 cm_init_my_context(next_image_info); in bl31_prepare_next_image_entry()
/trusted-firmware-a-latest/plat/imx/common/
Dimx_sip_handler.c230 entry_point_info_t *next_image_info; in imx_kernel_entry_handler() local
238 next_image_info = &bl33_image_ep_info; in imx_kernel_entry_handler()
240 next_image_info->pc = x1; in imx_kernel_entry_handler()
242 next_image_info->spsr = SPSR_MODE32(mode, SPSR_T_ARM, SPSR_E_LITTLE, in imx_kernel_entry_handler()
245 next_image_info->args.arg0 = 0; in imx_kernel_entry_handler()
246 next_image_info->args.arg1 = 0; in imx_kernel_entry_handler()
247 next_image_info->args.arg2 = x3; in imx_kernel_entry_handler()
249 SET_SECURITY_STATE(next_image_info->h.attr, NON_SECURE); in imx_kernel_entry_handler()
251 cm_init_my_context(next_image_info); in imx_kernel_entry_handler()
/trusted-firmware-a-latest/plat/nxp/common/setup/
Dls_bl31_setup.c59 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
62 next_image_info = (type == NON_SECURE) in bl31_plat_get_next_image_ep_info()
66 next_image_info->pc = _get_test_entry(); in bl31_plat_get_next_image_ep_info()
67 next_image_info->spsr = SPSR_FOR_EL2H; in bl31_plat_get_next_image_ep_info()
68 next_image_info->h.attr = NON_SECURE; in bl31_plat_get_next_image_ep_info()
71 if (next_image_info->pc != 0U) { in bl31_plat_get_next_image_ep_info()
72 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/mediatek/mt8173/
Dbl31_plat_setup.c80 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
82 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
83 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
86 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
87 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/mediatek/common/
Dmtk_bl31_setup.c48 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
50 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
51 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
54 if (next_image_info->pc) { in bl31_plat_get_next_image_ep_info()
55 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/hisilicon/poplar/
Dbl31_plat_setup.c43 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
46 next_image_info = (type == NON_SECURE) in bl31_plat_get_next_image_ep_info()
52 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
53 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/mediatek/mt8183/
Dbl31_plat_setup.c93 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
95 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
96 assert(next_image_info->h.type == PARAM_EP); in bl31_plat_get_next_image_ep_info()
99 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
100 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/bl32/sp_min/
Dsp_min_main.c127 entry_point_info_t *next_image_info; in sp_min_prepare_next_image_entry() local
132 next_image_info = sp_min_plat_get_bl33_ep_info(); in sp_min_prepare_next_image_entry()
133 assert(next_image_info); in sp_min_prepare_next_image_entry()
134 assert(NON_SECURE == GET_SECURITY_STATE(next_image_info->h.attr)); in sp_min_prepare_next_image_entry()
137 print_entry_point_info(next_image_info); in sp_min_prepare_next_image_entry()
139 psci_prepare_next_non_secure_ctx(next_image_info); in sp_min_prepare_next_image_entry()
/trusted-firmware-a-latest/plat/renesas/common/
Dbl31_plat_setup.c71 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
73 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_ep_info()
76 return next_image_info->pc ? next_image_info : NULL; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_bl31_setup.c135 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
138 next_image_info = (type == NON_SECURE) in bl31_plat_get_next_image_ep_info()
144 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
145 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/amlogic/gxbb/
Dgxbb_bl31_setup.c31 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
35 next_image_info = &bl33_image_ep_info; in bl31_plat_get_next_image_ep_info()
38 if (next_image_info->pc != 0U) { in bl31_plat_get_next_image_ep_info()
39 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_bl31_setup.c62 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
64 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()
67 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
68 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/amlogic/g12a/
Dg12a_bl31_setup.c35 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
37 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_ep_info()
41 if (next_image_info->pc != 0U) in bl31_plat_get_next_image_ep_info()
42 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/amlogic/gxl/
Dgxl_bl31_setup.c34 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
38 next_image_info = &bl33_image_ep_info; in bl31_plat_get_next_image_ep_info()
41 if (next_image_info->pc != 0U) { in bl31_plat_get_next_image_ep_info()
42 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/st/stm32mp1/sp_min/
Dsp_min_setup.c68 entry_point_info_t *next_image_info; in sp_min_plat_get_bl33_ep_info() local
70 next_image_info = &bl33_image_ep_info; in sp_min_plat_get_bl33_ep_info()
72 if (next_image_info->pc == 0U) { in sp_min_plat_get_bl33_ep_info()
76 return next_image_info; in sp_min_plat_get_bl33_ep_info()
/trusted-firmware-a-latest/plat/amlogic/axg/
Daxg_bl31_setup.c35 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
37 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_ep_info()
41 if (next_image_info->pc != 0U) in bl31_plat_get_next_image_ep_info()
42 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/arm/common/sp_min/
Darm_sp_min_setup.c47 entry_point_info_t *next_image_info; in sp_min_plat_get_bl33_ep_info() local
49 next_image_info = &bl33_image_ep_info; in sp_min_plat_get_bl33_ep_info()
55 if (next_image_info->pc) in sp_min_plat_get_bl33_ep_info()
56 return next_image_info; in sp_min_plat_get_bl33_ep_info()
/trusted-firmware-a-latest/plat/rpi/rpi3/
Drpi3_bl31_setup.c35 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
39 next_image_info = (type == NON_SECURE) in bl31_plat_get_next_image_ep_info()
43 if (next_image_info->pc) { in bl31_plat_get_next_image_ep_info()
44 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/intel/soc/n5x/
Dbl31_plat_setup.c25 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
27 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_ep_info()
31 if (next_image_info->pc) { in bl31_plat_get_next_image_ep_info()
32 return next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/plat/intel/soc/agilex/
Dbl31_plat_setup.c27 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local
29 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_ep_info()
33 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()
34 return next_image_info; in bl31_plat_get_next_image_ep_info()

12