Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c27 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
88 VERSION_2, entry_point_info_t, NON_SECURE | NON_EXECUTABLE),
97 VERSION_2, entry_point_info_t, SECURE | NON_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),
193 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/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),
/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.c27 VERSION_2, entry_point_info_t, SECURE | NON_EXECUTABLE),
60 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/brcm/common/
Dbrcm_bl2_mem_params_desc.c28 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.c521 (EP_GET_EXE(desc->ep_info.h.attr) == NON_EXECUTABLE) || in bl1_fwu_image_execute()