Lines Matching defs:base
118 unsigned long base, size, last_end, hole_size;
130 base = be64_to_cpu(fdm->rgn[i].src);
132 pr_debug("\t[%03d] base: 0x%lx, size: 0x%lx\n", i, base, size);
134 fadump_conf->boot_mem_addr[i] = base;
137 hole_size += (base - last_end);
139 last_end = base + size;
163 pr_warn("\t[%03d] base: 0x%llx, size: 0x%llx\n",
663 u64 base, end;
665 base = of_read_number(prop + (i * 4) + 0, 2);
666 end = base;
670 base, end);