Searched refs:l2idx (Results 1 – 1 of 1) sorted by relevance
6336 int nptes, l2idx, l2next = 0; in pmap_bootstrap() local6448 for (l2idx = 0; in pmap_bootstrap()6449 l2idx < (L2_TABLE_SIZE_REAL / sizeof(pt_entry_t)); in pmap_bootstrap()6450 l2idx++) { in pmap_bootstrap()6451 if ((ptep[l2idx] & L2_TYPE_MASK) != L2_TYPE_INV) { in pmap_bootstrap()