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

/freebsd-12-stable/sys/arm/include/
H A Dpmap_var.h47 #define NPTE2_IN_PG (NPT2_IN_PG * NPTE2_IN_PT2)
H A Dpte-v6.h192 #define NPTE2_IN_PT2 L2_ENTRIES macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c574 CTASSERT(NB_IN_PT2 == (sizeof(pt2_entry_t) * NPTE2_IN_PT2));
2400 KASSERT(m->md.pt2_wirecount[pte1_idx & PT2PG_MASK] < (NPTE2_IN_PT2 + 1),
2426 KASSERT(count <= NPTE2_IN_PT2,
2459 NPTE2_IN_PT2);
3171 /* Instantiate the remaining NPTE2_IN_PT2 - 1 pv entries. */
3208 /* Free the remaining NPTE2_IN_PT2 - 1 pv entries. */
3427 * Tries to promote the NPTE2_IN_PT2, contiguous 4KB page mappings that are
3488 for (pte2p = fpte2p + NPTE2_IN_PT2 - 1; pte2p > fpte2p; pte2p--) {
3563 for (pte2p = fpte2p; pte2p < fpte2p + NPTE2_IN_PT2; pte2p++)
3680 for (pte2p = fpte2p; pte2p < fpte2p + NPTE2_IN_PT2; pte2
[all...]

Completed in 61 milliseconds