Searched refs:xen_tables (Results 1 – 1 of 1) sorted by relevance
494 vaddr_t our_tables, xen_tables; in xen_locore() local507 xen_tables = xen_start_info.pt_base; in xen_locore()508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE); in xen_locore()514 mapsize = xen_tables - KERNTEXTOFF; in xen_locore()576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)) in xen_locore()577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE); in xen_locore()590 xen_bootstrap_tables(xen_tables, our_tables, in xen_locore()594 xen_bootstrap_tables(our_tables, xen_tables, in xen_locore()598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0, in xen_locore()604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)); in xen_locore()