Searched refs:NUL2E (Results 1 – 1 of 1) sorted by relevance
163 #define NUL2E (NUL1E * NL2PG) macro1667 if (m->pindex >= (NUL2E + NUL1E)) { in _pmap_unwire_l3()1673 } else if (m->pindex >= NUL2E) { in _pmap_unwire_l3()1687 if (m->pindex < NUL2E) { in _pmap_unwire_l3()1696 } else if (m->pindex < (NUL2E + NUL1E)) { in _pmap_unwire_l3()1889 if (ptepindex >= (NUL2E + NUL1E)) { in _pmap_alloc_l3()1893 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()1896 } else if (ptepindex >= NUL2E) { in _pmap_alloc_l3()1901 l1index = ptepindex - NUL2E; in _pmap_alloc_l3()1934 if (_pmap_alloc_l3(pmap, NUL2E + l1index, in _pmap_alloc_l3()[all …]