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

/freebsd-current/sys/arm64/iommu/
H A Diommu_pmap.c73 #define NUL0E IOMMU_L0_ENTRIES macro
74 #define NUL1E (NUL0E * NL1PG)
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c164 * L1 pages: [NUL2E + NUL1E, NUL2E + NUL1E + NUL0E)
170 #define NUL0E Ln_ENTRIES macro
171 #define NUL1E (Ln_ENTRIES * NUL0E)
1434 KASSERT(ptepindex < NUL2E + NUL1E + NUL0E,
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c167 #define NUL0E L0_ENTRIES macro
168 #define NUL1E (NUL0E * NL1PG)

Completed in 206 milliseconds