LPTE_LOCKED
ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
"r" (htobe64(bitmask)), "r" (htobe64(LPTE_LOCKED)),
"r" ((uint32_t)bitmask), "r" ((uint32_t)LPTE_LOCKED),
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,