Home
last modified time | relevance | path

Searched refs:entry_point_info_t (Results 1 – 25 of 138) sorted by relevance

123456

/trusted-firmware-a/plat/arm/common/aarch64/
A Darm_bl2_mem_params_desc.c27 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
44 VERSION_2, entry_point_info_t,
64 VERSION_2, entry_point_info_t,
90 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
99 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
110 VERSION_2, entry_point_info_t, EP_REALM | EXECUTABLE),
126 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
149 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
167 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
182 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
[all …]
/trusted-firmware-a/plat/st/stm32mp1/
A Dplat_bl2_mem_params_desc.c26 VERSION_2, entry_point_info_t,
43 VERSION_2, entry_point_info_t,
62 VERSION_2, entry_point_info_t,
76 VERSION_2, entry_point_info_t,
90 VERSION_2, entry_point_info_t,
103 VERSION_2, entry_point_info_t,
117 VERSION_2, entry_point_info_t,
A Dplat_bl2_stm32_mem_params_desc.c27 VERSION_2, entry_point_info_t,
54 VERSION_2, entry_point_info_t,
68 VERSION_2, entry_point_info_t,
84 VERSION_2, entry_point_info_t,
/trusted-firmware-a/include/common/
A Dep_info.h48 __builtin_offsetof(entry_point_info_t, pc), \
53 __builtin_offsetof(entry_point_info_t, lr_svc),
58 __builtin_offsetof(entry_point_info_t, args), \
62 __builtin_offsetof(entry_point_info_t, spsr) - \
63 __builtin_offsetof(entry_point_info_t, pc), \
/trusted-firmware-a/bl1/tbbr/
A Dtbbr_img_desc.c20 VERSION_1, entry_point_info_t, SECURE),
26 VERSION_1, entry_point_info_t, NON_SECURE | EXECUTABLE),
38 VERSION_1, entry_point_info_t, SECURE),
49 VERSION_1, entry_point_info_t, SECURE | EXECUTABLE),
57 VERSION_1, entry_point_info_t, NON_SECURE),
/trusted-firmware-a/plat/hisilicon/hikey/
A Dhikey_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
45 VERSION_2, entry_point_info_t,
65 VERSION_2, entry_point_info_t,
92 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
111 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
129 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
145 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
/trusted-firmware-a/plat/hisilicon/hikey960/
A Dhikey960_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
45 VERSION_2, entry_point_info_t,
65 VERSION_2, entry_point_info_t,
92 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
111 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
129 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
145 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
/trusted-firmware-a/plat/hisilicon/poplar/
A Dbl2_plat_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
45 VERSION_2, entry_point_info_t,
65 VERSION_2, entry_point_info_t,
92 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
111 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
129 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
145 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
A Dbl31_plat_setup.c32 static entry_point_info_t bl32_image_ep_info;
33 static entry_point_info_t bl33_image_ep_info;
41 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
43 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/marvell/armada/common/aarch64/
A Dmarvell_bl2_mem_params_desc.c29 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
46 VERSION_2, entry_point_info_t,
66 VERSION_2, entry_point_info_t,
93 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
113 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
132 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
148 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
/trusted-firmware-a/plat/amlogic/g12a/
A Dg12a_bl31_setup.c22 static entry_point_info_t bl32_image_ep_info;
23 static entry_point_info_t bl33_image_ep_info;
33 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
35 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
58 entry_point_info_t *bl32_ep_info;
60 entry_point_info_t *bl33_ep_info;
/trusted-firmware-a/plat/amlogic/axg/
A Daxg_bl31_setup.c22 static entry_point_info_t bl32_image_ep_info;
23 static entry_point_info_t bl33_image_ep_info;
33 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
35 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
58 entry_point_info_t *bl32_ep_info;
60 entry_point_info_t *bl33_ep_info;
/trusted-firmware-a/plat/rockchip/common/
A Dbl31_plat_setup.c21 static entry_point_info_t bl32_ep_info;
22 static entry_point_info_t bl33_ep_info;
30 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
32 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/mediatek/mt8195/
A Dbl31_plat_setup.c28 static entry_point_info_t bl32_ep_info;
29 static entry_point_info_t bl33_ep_info;
37 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
39 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/qemu/common/
A Dqemu_bl2_mem_params_desc.c26 entry_point_info_t,
43 entry_point_info_t,
77 entry_point_info_t, BL32_EP_ATTRIBS),
97 entry_point_info_t, SECURE | NON_EXECUTABLE),
115 entry_point_info_t, SECURE | NON_EXECUTABLE),
130 entry_point_info_t, NON_SECURE | EXECUTABLE),
A Dqemu_bl31_setup.c19 static entry_point_info_t bl32_image_ep_info;
20 static entry_point_info_t bl33_image_ep_info;
98 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
100 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/mediatek/mt8192/
A Dbl31_plat_setup.c29 static entry_point_info_t bl32_ep_info;
30 static entry_point_info_t bl33_ep_info;
38 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
40 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/imx/imx8m/imx8mm/
A Dimx8mm_bl2_mem_params_desc.c16 entry_point_info_t,
31 entry_point_info_t,
47 entry_point_info_t,
62 VERSION_2, entry_point_info_t,
73 entry_point_info_t,
/trusted-firmware-a/plat/imx/imx8m/imx8mp/
A Dimx8mp_bl2_mem_params_desc.c16 entry_point_info_t,
31 entry_point_info_t,
47 entry_point_info_t,
62 VERSION_2, entry_point_info_t,
73 entry_point_info_t,
/trusted-firmware-a/plat/amlogic/gxbb/
A Dgxbb_bl31_setup.c21 static entry_point_info_t bl33_image_ep_info;
29 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
31 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
56 entry_point_info_t *bl32_ep_info;
58 entry_point_info_t *bl33_ep_info;
/trusted-firmware-a/plat/amlogic/gxl/
A Dgxl_bl31_setup.c22 static entry_point_info_t bl33_image_ep_info;
32 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
34 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
59 entry_point_info_t *bl32_ep_info;
61 entry_point_info_t *bl33_ep_info;
/trusted-firmware-a/plat/rpi/rpi3/aarch64/
A Drpi3_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t,
55 VERSION_2, entry_point_info_t,
76 VERSION_2, entry_point_info_t,
97 VERSION_2, entry_point_info_t,
115 VERSION_2, entry_point_info_t,
/trusted-firmware-a/plat/imx/imx7/common/
A Dimx7_bl2_mem_params_desc.c18 entry_point_info_t,
34 entry_point_info_t,
49 VERSION_2, entry_point_info_t,
60 entry_point_info_t,
/trusted-firmware-a/plat/arm/common/aarch32/
A Darm_bl2_mem_params_desc.c27 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
43 VERSION_2, entry_point_info_t,
60 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
70 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
/trusted-firmware-a/plat/intel/soc/common/
A Dbl2_plat_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
45 VERSION_2, entry_point_info_t,
65 VERSION_2, entry_point_info_t,
83 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),

Completed in 16 milliseconds

123456