Home
last modified time | relevance | path

Searched refs:ptehi (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/aim/
H A Dmoea64_native.c387 uint64_t ptelo, ptehi; in moea64_pte_unset_locked() local
395 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_unset_locked()
396 pt->pte_hi = htobe64(ptehi); in moea64_pte_unset_locked()
398 TLBIE(vpn, ptehi); in moea64_pte_unset_locked()
437 uint64_t ptelo, ptehi; in moea64_pte_replace_inval_native() local
456 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_replace_inval_native()
457 pt->pte_hi = htobe64(ptehi); in moea64_pte_replace_inval_native()
459 TLBIE(pvo->pvo_vpn, ptehi); in moea64_pte_replace_inval_native()
907 moea64_vpn_from_pte(uint64_t ptehi, uintptr_t slot) in moea64_vpn_from_pte() argument
911 vsid = (ptehi & LPTE_AVA_MASK) >> LPTE_VSID_SHIFT; in moea64_vpn_from_pte()
[all …]