map_end
map_end(el);
map_end(el);
libedit_private void map_end(EditLine *);
vaddr_t page, avail, map_end;
map_end = new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE);
map_end += UPAGES * PAGE_SIZE;
xen_dummy_page = (vaddr_t)map_end;
map_end += PAGE_SIZE;
HYPERVISOR_shared_info = (shared_info_t *)map_end;
map_end += PAGE_SIZE;
early_zerop = (char *)map_end;
map_end += PAGE_SIZE;
atdevbase = map_end;
map_end += IOM_SIZE;
__PRINTK(("xen_bootstrap_tables map_end 0x%lx\n", map_end));
if (page >= map_end) {
while (page < old_pgd + (old_count * PAGE_SIZE) && page < map_end) {