Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c75 #define NUL2E (NUL1E * NL2PG) macro
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()
480 l1index = ptepindex - NUL2E; in _pmap_alloc_l3()
487 if (_pmap_alloc_l3(pmap, NUL2E + NUL1E + l0index) in _pmap_alloc_l3()
[all …]
/freebsd/sys/riscv/riscv/
H A Dpmap.c172 #define NUL2E (Ln_ENTRIES * NUL1E) macro
1258 if (m->pindex >= NUL2E + NUL1E) { in _pmap_unwire_ptp()
1262 } else if (m->pindex >= NUL2E) { in _pmap_unwire_ptp()
1273 if (m->pindex < NUL2E) { in _pmap_unwire_ptp()
1450 if (ptepindex >= NUL2E + NUL1E) { in _pmap_alloc_l3()
1456 KASSERT(ptepindex < NUL2E + NUL1E + NUL0E, in _pmap_alloc_l3()
1459 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()
1466 } else if (ptepindex >= NUL2E) { in _pmap_alloc_l3()
1470 l1index = ptepindex - NUL2E; in _pmap_alloc_l3()
1505 if (_pmap_alloc_l3(pmap, NUL2E + l1index, in _pmap_alloc_l3()
[all …]
/freebsd/sys/arm64/arm64/
H A Dpmap.c169 #define NUL2E (NUL1E * NL2PG) macro
2430 if (m->pindex >= (NUL2E + NUL1E)) { in _pmap_unwire_l3()
2436 } else if (m->pindex >= NUL2E) { in _pmap_unwire_l3()
2450 if (m->pindex < NUL2E) { in _pmap_unwire_l3()
2459 } else if (m->pindex < (NUL2E + NUL1E)) { in _pmap_unwire_l3()
2648 if (ptepindex >= (NUL2E + NUL1E)) { in _pmap_alloc_l3()
2652 l0index = ptepindex - (NUL2E + NUL1E); in _pmap_alloc_l3()
2669 } else if (ptepindex >= NUL2E) { in _pmap_alloc_l3()
2674 l1index = ptepindex - NUL2E; in _pmap_alloc_l3()
2709 if (_pmap_alloc_l3(pmap, NUL2E + l1index, in _pmap_alloc_l3()
[all …]