Searched refs:nL2 (Results 1 – 1 of 1) sorted by relevance
493 size_t nL2, oldcount, mapsize; in xen_locore() local539 nL2 = TABLE_L2_ENTRIES; in xen_locore()541 nL2 = (mapsize + (NBPD_L2 - 1)) >> L2_SHIFT; in xen_locore()548 while (KERNTEXTOFF + mapsize + (nL2 + PDIRSZ) * PAGE_SIZE > in xen_locore()549 KERNBASE + (nL2 << L2_SHIFT)) { in xen_locore()550 nL2++; in xen_locore()560 nL2++; in xen_locore()561 nkptp[1] = nL2; in xen_locore()568 oldcount = nL2; in xen_locore()576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)) in xen_locore()[all …]