Lines Matching defs:start
48 printk(" memcluster %2d, usage %1lx, start %8lu, end %8lu\n",
61 unsigned long start, end;
85 start = cluster->start_pfn;
86 end = start + cluster->numpages;
88 if (start >= node_pfn_end || end <= node_pfn_start)
95 printk(" memcluster %2d, usage %1lx, start %8lu, end %8lu\n",
99 if (start < node_pfn_start)
100 start = node_pfn_start;
104 if (start < node_min_pfn)
105 node_min_pfn = start;
134 printk(" Detected node memory: start %8lu, end %8lu\n",
149 /* Zone start phys-addr must be 2^(MAX_ORDER-1) aligned.