Home
last modified time | relevance | path

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

12345

/external/arm-trusted-firmware/plat/arm/common/aarch64/
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,
88 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
97 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
108 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
127 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
145 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
160 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
171 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
[all …]
/external/arm-trusted-firmware/include/common/
Dep_info.h41 __builtin_offsetof(entry_point_info_t, pc), \
46 __builtin_offsetof(entry_point_info_t, lr_svc),
51 __builtin_offsetof(entry_point_info_t, args), \
55 __builtin_offsetof(entry_point_info_t, spsr) - \
56 __builtin_offsetof(entry_point_info_t, pc), \
Ddesc_image_load.h15 entry_point_info_t ep_info;
45 entry_point_info_t *bl32_ep_info_out,
46 entry_point_info_t *bl33_ep_info_out);
/external/arm-trusted-firmware/plat/hisilicon/poplar/
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),
Dbl31_plat_setup.c30 static entry_point_info_t bl32_image_ep_info;
31 static entry_point_info_t bl33_image_ep_info;
39 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
41 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
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),
/external/arm-trusted-firmware/plat/hisilicon/hikey/
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),
/external/arm-trusted-firmware/plat/marvell/armada/common/aarch64/
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),
/external/arm-trusted-firmware/bl1/tbbr/
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),
/external/arm-trusted-firmware/plat/amlogic/g12a/
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;
/external/arm-trusted-firmware/plat/amlogic/axg/
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;
/external/arm-trusted-firmware/plat/qemu/common/
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),
Dqemu_bl31_setup.c18 static entry_point_info_t bl32_image_ep_info;
19 static entry_point_info_t bl33_image_ep_info;
88 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
90 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/external/arm-trusted-firmware/plat/amlogic/gxbb/
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;
/external/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c46 static entry_point_info_t bl32_image_ep_info;
47 static entry_point_info_t bl33_image_ep_info;
155 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
157 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
334 static entry_point_info_t *bl31_plat_get_next_kernel64_ep_info(void) in bl31_plat_get_next_kernel64_ep_info()
336 entry_point_info_t *next_image_info; in bl31_plat_get_next_kernel64_ep_info()
378 static entry_point_info_t *bl31_plat_get_next_kernel32_ep_info(void) in bl31_plat_get_next_kernel32_ep_info()
380 entry_point_info_t *next_image_info; in bl31_plat_get_next_kernel32_ep_info()
426 entry_point_info_t *next_image_info; in bl31_prepare_kernel_entry()
/external/arm-trusted-firmware/plat/mediatek/mt8192/
Dbl31_plat_setup.c27 static entry_point_info_t bl32_ep_info;
28 static entry_point_info_t bl33_ep_info;
36 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
38 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/external/arm-trusted-firmware/plat/amlogic/gxl/
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;
/external/arm-trusted-firmware/plat/rpi/rpi3/aarch64/
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,
/external/arm-trusted-firmware/plat/rockchip/common/
Dbl31_plat_setup.c20 static entry_point_info_t bl32_ep_info;
21 static entry_point_info_t bl33_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()
/external/arm-trusted-firmware/plat/imx/imx7/common/
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,
/external/arm-trusted-firmware/plat/arm/common/aarch32/
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),
/external/arm-trusted-firmware/plat/intel/soc/common/
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),
/external/arm-trusted-firmware/plat/brcm/common/
Dbrcm_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
44 VERSION_2, entry_point_info_t,
71 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
87 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),
/external/arm-trusted-firmware/plat/mediatek/mt8173/
Dbl31_plat_setup.c25 static entry_point_info_t bl32_ep_info;
26 static entry_point_info_t bl33_ep_info;
78 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
80 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()
/external/arm-trusted-firmware/plat/layerscape/common/aarch64/
Dls_bl2_mem_params_desc.c31 VERSION_2, entry_point_info_t,
52 VERSION_2, entry_point_info_t,
78 VERSION_2, entry_point_info_t, SECURE | EXECUTABLE),
94 VERSION_2, entry_point_info_t, NON_SECURE | EXECUTABLE),

12345