Home
last modified time | relevance | path

Searched refs:l2idx (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/arm/arm32/
Dpmap.c6336 int nptes, l2idx, l2next = 0; in pmap_bootstrap() local
6448 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()