Lines Matching defs:mem_limit
89 static u64 mem_limit;
214 if (size > 0 && size < mem_limit)
215 mem_limit = size;
300 if (mem_size < mem_limit)
301 mem_limit = mem_size;
593 region_end = min(entry->start + entry->size, mem_limit);
786 if (minimum + image_size > mem_limit)
801 if (phys_addr < minimum || phys_addr + image_size > mem_limit) {
846 mem_limit = KERNEL_IMAGE_SIZE;
848 mem_limit = MAXMEM;