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

/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c156 #define NUL2E (NUL1E * NL2PG) macro
1366 if (m->pindex >= (NUL2E + NUL1E)) {
1373 } else if (m->pindex >= NUL2E) {
1389 if (m->pindex < NUL2E) {
1398 } else if (m->pindex < (NUL2E + NUL1E)) {
1520 if (ptepindex >= (NUL2E + NUL1E)) {
1524 l0index = ptepindex - (NUL2E + NUL1E);
1528 } else if (ptepindex >= NUL2E) {
1533 l1index = ptepindex - NUL2E;
1540 if (_pmap_alloc_l3(pmap, NUL2E
[all...]

Completed in 103 milliseconds