Lines Matching refs:be64toh
324 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) { in moea64_pte_synch_native()
331 ptelo = be64toh(pt->pte_lo); in moea64_pte_synch_native()
350 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_clear_native()
361 ptelo = be64toh(pt->pte_lo); in moea64_pte_clear_native()
395 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_unset_locked()
399 ptelo = be64toh(pt->pte_lo); in moea64_pte_unset_locked()
420 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) { in moea64_pte_unset_native()
442 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_replace_inval_native()
456 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_replace_inval_native()
460 ptelo = be64toh(pt->pte_lo); in moea64_pte_replace_inval_native()
484 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_replace_native()
490 ptelo = be64toh(pt->pte_lo); in moea64_pte_replace_native()
732 *oldhi = be64toh(temp); in atomic_pte_lock()
933 ptehi = be64toh(pt->pte_hi); in moea64_pte_unset_sp_locked()