Searched refs:oldptehi (Results 1 – 1 of 1) sorted by relevance
157 TLBIE(uint64_t vpn, uint64_t oldptehi) in TLBIE() argument178 if ((oldptehi & LPTE_BIG) != 0) in TLBIE()196 if ((oldptehi & LPTE_BIG) != 0 && in TLBIE()197 (oldptehi & LPTE_KERNEL_VSID_BIT) == 0) in TLBIE()766 uint64_t oldptehi, va; in moea64_insert_to_pteg_native() local776 if (atomic_pte_lock(pt, mask, &oldptehi)) /* Lock obtained */ in moea64_insert_to_pteg_native()783 if (oldptehi & LPTE_VALID) { in moea64_insert_to_pteg_native()784 KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry")); in moea64_insert_to_pteg_native()790 va = oldptehi >> (ADDR_SR_SHFT - ADDR_API_SHFT64); in moea64_insert_to_pteg_native()791 if (oldptehi & LPTE_HID) in moea64_insert_to_pteg_native()[all …]