Searched refs:NUL1E (Results 1 – 3 of 3) sorted by relevance
74 #define NUL1E (NUL0E * NL1PG) macro75 #define NUL2E (NUL1E * NL2PG)77 #define smmu_l0_pindex(v) (NUL2E + NUL1E + ((v) >> IOMMU_L0_SHIFT))355 if (m->pindex >= (NUL2E + NUL1E)) { in _smmu_pmap_unwire_l3()384 } else if (m->pindex < (NUL2E + NUL1E)) { in _smmu_pmap_unwire_l3()468 if (ptepindex >= (NUL2E + NUL1E)) { in _pmap_alloc_l3()472 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()487 if (_pmap_alloc_l3(pmap, NUL2E + NUL1E + l0index) in _pmap_alloc_l3()
173 #define NUL1E (Ln_ENTRIES * NUL0E) macro174 #define NUL2E (Ln_ENTRIES * NUL1E)1447 if (m->pindex >= NUL2E + NUL1E) { in _pmap_unwire_ptp()1469 } else if (m->pindex < NUL2E + NUL1E && pmap_mode != PMAP_MODE_SV39) { in _pmap_unwire_ptp()1638 if (ptepindex >= NUL2E + NUL1E) { in _pmap_alloc_l3()1644 KASSERT(ptepindex < NUL2E + NUL1E + NUL0E, in _pmap_alloc_l3()1647 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()1667 NUL2E + NUL1E + l0index, lockp) == NULL) in _pmap_alloc_l3()
168 #define NUL1E (NUL0E * NL1PG) macro169 #define NUL2E (NUL1E * NL2PG)179 #define pmap_l0_pindex(v) (NUL2E + NUL1E + ((v) >> L0_SHIFT))2433 if (m->pindex >= (NUL2E + NUL1E)) { in _pmap_unwire_l3()2462 } else if (m->pindex < (NUL2E + NUL1E)) { in _pmap_unwire_l3()2584 m = _pmap_alloc_l3(pmap, NUL2E + NUL1E, NULL); in pmap_pinit_stage()2651 if (ptepindex >= (NUL2E + NUL1E)) { in _pmap_alloc_l3()2655 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()2684 if (_pmap_alloc_l3(pmap, NUL2E + NUL1E + l0index, in _pmap_alloc_l3()