Home
last modified time | relevance | path

Searched refs:NON_EXECUTABLE (Results 1 – 18 of 18) sorted by relevance

/trusted-firmware-a-latest/plat/st/stm32mp1/
Dplat_bl2_mem_params_desc.c27 SECURE | NON_EXECUTABLE),
63 SECURE | NON_EXECUTABLE),
78 SECURE | NON_EXECUTABLE),
93 NON_SECURE | NON_EXECUTABLE),
106 SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c27 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
91 NON_SECURE | NON_EXECUTABLE),
100 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
151 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
170 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
185 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
219 NON_SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_bl2_mem_params_desc.c17 SECURE | NON_EXECUTABLE), \
109 entry_point_info_t, SECURE | NON_EXECUTABLE),
127 entry_point_info_t, SECURE | NON_EXECUTABLE),
143 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
157 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
112 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
131 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
147 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/imx/imx7/common/
Dimx7_bl2_mem_params_desc.c35 SECURE | NON_EXECUTABLE),
50 SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/hisilicon/poplar/
Dbl2_plat_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
112 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
131 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
112 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
131 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/marvell/armada/common/aarch64/
Dmarvell_bl2_mem_params_desc.c29 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
113 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
132 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/arm/common/aarch32/
Darm_bl2_mem_params_desc.c27 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
61 NON_SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mm/
Dimx8mm_bl2_mem_params_desc.c48 SECURE | NON_EXECUTABLE),
63 SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mp/
Dimx8mp_bl2_mem_params_desc.c48 SECURE | NON_EXECUTABLE),
63 SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/rpi/rpi3/aarch64/
Drpi3_bl2_mem_params_desc.c77 SECURE | NON_EXECUTABLE),
98 SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/include/common/
Dep_info.h32 #define NON_EXECUTABLE EP_NON_EXECUTABLE macro
/trusted-firmware-a-latest/plat/intel/soc/common/
Dbl2_plat_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/arm/board/corstone1000/common/
Dcorstone1000_bl2_mem_params_desc.c63 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/brcm/common/
Dbrcm_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/plat/socionext/uniphier/
Duniphier_image_desc.c33 NON_SECURE | NON_EXECUTABLE),
/trusted-firmware-a-latest/bl1/
Dbl1_fwu.c521 (EP_GET_EXE(desc->ep_info.h.attr) == NON_EXECUTABLE) || in bl1_fwu_image_execute()