Lines Matching defs:end
73 unsigned long spfn, epfn, end = start + len;
75 epfn = GRANULEROUNDUP(end) >> PAGE_SHIFT;
133 * the end of the area.
501 /* These actually end up getting called by call_pernode_memory() */
551 * Take this opportunity to round the start address up and the end address
556 unsigned long rs, re, end = start + len;
561 end &= PAGE_MASK;
562 if (start >= end)
569 if (start < end)
570 (*func)(start, end - start, 0);
576 re = min(end, node_memblk[i].start_paddr +
582 if (re == end)
654 int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node,
657 return vmemmap_populate_basepages(start, end, node, NULL);
660 void vmemmap_free(unsigned long start, unsigned long end,