Lines Matching defs:mem_limit
85 static u64 mem_limit;
210 if (size > 0 && size < mem_limit)
211 mem_limit = size;
296 if (mem_size < mem_limit)
297 mem_limit = mem_size;
589 region_end = min(entry->start + entry->size, mem_limit);
798 if (minimum + image_size > mem_limit)
813 if (phys_addr < minimum || phys_addr + image_size > mem_limit) {
858 mem_limit = KERNEL_IMAGE_SIZE;
860 mem_limit = MAXMEM;