Home | History | Annotate | Download | only in x86

Lines Matching defs:map_end

619 	vaddr_t page, avail, map_end;
641 map_end = new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE);
643 map_end += UPAGES * PAGE_SIZE;
644 xen_dummy_page = (vaddr_t)map_end;
645 map_end += PAGE_SIZE;
646 HYPERVISOR_shared_info = (shared_info_t *)map_end;
647 map_end += PAGE_SIZE;
648 early_zerop = (char *)map_end;
649 map_end += PAGE_SIZE;
654 * available VA. map_end is updated only if we are dom0, so
659 atdevbase = map_end;
663 map_end += IOM_SIZE;
668 __PRINTK(("xen_bootstrap_tables map_end 0x%lx\n", map_end));
751 if (page >= map_end) {
920 while (page < old_pgd + (old_count * PAGE_SIZE) && page < map_end) {