Lines Matching defs:image_base
132 uintptr_t image_base;
161 image_base = dtb_info->config_addr;
171 if (check_uptr_overflow(image_base, image_size)) {
181 if ((image_base >= BL31_BASE) &&
182 (image_base <= BL31_LIMIT)) {
192 if (image_base < ARM_BL_RAM_BASE) {
205 if ((image_base >= BL32_BASE) &&
206 (image_base <= BL32_LIMIT)) {
217 cfg_mem_params->image_info.image_base = image_base;