Lines Matching defs:h
7 #include <assert.h>
9 #include <arch_helpers.h>
10 #include <common/bl_common.h>
11 #include <common/desc_image_load.h>
12 #include <common/tbbr/tbbr_img_def.h>
148 if ((EP_GET_EXE(desc_ptr->ep_info.h.attr) == EXECUTABLE) &&
149 (EP_GET_FIRST_EXE(desc_ptr->ep_info.h.attr) == EP_FIRST_EXE)) {
171 assert(EP_GET_EXE(desc_ptr->ep_info.h.attr) == EXECUTABLE);
323 if (v2->h.version == PARAM_VERSION_1) {
325 param_header_t h;
332 assert(v1->h.type == PARAM_BL31);
341 assert(v2->h.version == PARAM_VERSION_2);
342 assert(v2->h.type == PARAM_BL_PARAMS);