Lines Matching defs:image
160 * xbl_handover() - Populates the bl32 and bl33 image info structures.
161 * @bl32: BL32 image info structure.
162 * @bl33: BL33 image info structure.
166 * image info structures accordingly.
201 * we loop over all passed entries but only populate two image structs
206 entry_point_info_t *image;
251 image = bl32;
262 image = bl33;
290 image->pc = HandoffParams->partition[i].entry_point;
293 EP_SET_EE(image->h.attr, EP_EE_BIG);
295 EP_SET_EE(image->h.attr, EP_EE_LITTLE);