LPTE_WIRED
lpte->pte_hi |= LPTE_WIRED;
KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry"));
mask | LPTE_WIRED | LPTE_LOCKED);
mask | LPTE_WIRED | LPTE_LOCKED);
pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0,
KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0,
if ((pt.pte_hi & (LPTE_WIRED | LPTE_BIG)) != 0)