Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
89 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
98 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
128 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
146 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
161 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
194 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dbl2_plat_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
111 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
129 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
111 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
129 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
111 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
129 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/imx/imx7/common/
Dimx7_bl2_mem_params_desc.c35 SECURE | NON_EXECUTABLE),
50 SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/arm/common/aarch32/
Darm_bl2_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
61 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/rpi/rpi3/aarch64/
Drpi3_bl2_mem_params_desc.c77 SECURE | NON_EXECUTABLE),
98 SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_bl2_mem_params_desc.c97 entry_point_info_t, SECURE | NON_EXECUTABLE),
115 entry_point_info_t, SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/include/common/
Dep_info.h25 #define NON_EXECUTABLE EP_NON_EXECUTABLE macro
/external/arm-trusted-firmware/plat/intel/soc/common/
Dbl2_plat_mem_params_desc.c28 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/marvell/common/aarch64/
Dmarvell_bl2_mem_params_desc.c29 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_image_desc.c33 NON_SECURE | NON_EXECUTABLE),
/external/arm-trusted-firmware/bl1/
Dbl1_fwu.c515 (EP_GET_EXE(image_desc->ep_info.h.attr) == NON_EXECUTABLE) || in bl1_fwu_image_execute()