Searched refs:NUL1E (Results 1 – 1 of 1) sorted by relevance
162 #define NUL1E (NUL0E * NL1PG) macro163 #define NUL2E (NUL1E * NL2PG)181 #define pmap_l0_pindex(v) (NUL2E + NUL1E + ((v) >> L0_SHIFT))1667 if (m->pindex >= (NUL2E + NUL1E)) { in _pmap_unwire_l3()1696 } else if (m->pindex < (NUL2E + NUL1E)) { in _pmap_unwire_l3()1820 m = _pmap_alloc_l3(pmap, NUL2E + NUL1E, NULL); in pmap_pinit_stage()1889 if (ptepindex >= (NUL2E + NUL1E)) { in _pmap_alloc_l3()1893 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()1908 if (_pmap_alloc_l3(pmap, NUL2E + NUL1E + l0index, in _pmap_alloc_l3()