Searched refs:LPTE_LOCKED (Results 1 – 3 of 3) sorted by relevance
395 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_unset_locked()456 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_replace_inval_native()729 "r" (htobe64(bitmask)), "r" (htobe64(LPTE_LOCKED)), in atomic_pte_lock()751 "r" ((uint32_t)bitmask), "r" ((uint32_t)LPTE_LOCKED), in atomic_pte_lock()829 mask | LPTE_WIRED | LPTE_LOCKED); in moea64_pte_insert_locked()842 mask | LPTE_WIRED | LPTE_LOCKED); in moea64_pte_insert_locked()
261 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0, in mps3_pte_insert()281 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0, in mps3_pte_insert()
117 #define LPTE_LOCKED 0x0000000000000008ULL macro