Searched refs:NUL2E (Results 1 – 3 of 3) sorted by relevance
75 #define NUL2E (NUL1E * NL2PG) macro77 #define smmu_l0_pindex(v) (NUL2E + NUL1E + ((v) >> IOMMU_L0_SHIFT))78 #define smmu_l1_pindex(v) (NUL2E + ((v) >> IOMMU_L1_SHIFT))355 if (m->pindex >= (NUL2E + NUL1E)) { in _smmu_pmap_unwire_l3()361 } else if (m->pindex >= NUL2E) { in _smmu_pmap_unwire_l3()375 if (m->pindex < NUL2E) { 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()475 } else if (ptepindex >= NUL2E) { in _pmap_alloc_l3()[all …]
174 #define NUL2E (Ln_ENTRIES * NUL1E) macro184 #define pmap_l1_pindex(v) (NUL2E + ((v) >> L1_SHIFT))1531 if (m->pindex >= NUL2E + NUL1E) { in _pmap_unwire_ptp()1535 } else if (m->pindex >= NUL2E) { in _pmap_unwire_ptp()1546 if (m->pindex < NUL2E) { in _pmap_unwire_ptp()1553 } else if (m->pindex < NUL2E + NUL1E && pmap_mode != PMAP_MODE_SV39) { in _pmap_unwire_ptp()1722 if (ptepindex >= NUL2E + NUL1E) { in _pmap_alloc_l3()1728 KASSERT(ptepindex < NUL2E + NUL1E + NUL0E, in _pmap_alloc_l3()1731 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()1738 } else if (ptepindex >= NUL2E) { in _pmap_alloc_l3()[all …]
172 #define NUL2E (NUL1E * NL2PG) macro182 #define pmap_l0_pindex(v) (NUL2E + NUL1E + ((v) >> L0_SHIFT))183 #define pmap_l1_pindex(v) (NUL2E + ((v) >> L1_SHIFT))2658 if (m->pindex >= (NUL2E + NUL1E)) { in _pmap_unwire_l3()2664 } else if (m->pindex >= NUL2E) { in _pmap_unwire_l3()2678 if (m->pindex < NUL2E) { in _pmap_unwire_l3()2687 } else if (m->pindex < (NUL2E + NUL1E)) { in _pmap_unwire_l3()2809 m = _pmap_alloc_l3(pmap, NUL2E + NUL1E, NULL); in pmap_pinit_stage()2876 if (ptepindex >= (NUL2E + NUL1E)) { in _pmap_alloc_l3()2880 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()[all …]