Searched refs:ptelo (Results 1 – 3 of 3) sorted by relevance
195 uint64_t ptelo; in isa3_hashtb_pte_synch() local210 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_synch()214 return (ptelo & (LPTE_REF | LPTE_CHG)); in isa3_hashtb_pte_synch()222 uint64_t ptelo; in isa3_hashtb_pte_clear() local240 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_clear()256 ptelo = isa3_hashtb_pte_unset(mmu, pvo); in isa3_hashtb_pte_clear()260 return (ptelo & (LPTE_REF | LPTE_CHG)); in isa3_hashtb_pte_clear()268 uint64_t ptelo; in isa3_hashtb_pte_unset() local290 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_unset()298 return (ptelo & (LPTE_CHG | LPTE_REF)); in isa3_hashtb_pte_unset()[all …]
237 uint64_t ptelo; in moea64_pte_synch_native() local252 ptelo = be64toh(pt->pte_lo); in moea64_pte_synch_native()256 return (ptelo & (LPTE_REF | LPTE_CHG)); in moea64_pte_synch_native()264 uint64_t ptelo; in moea64_pte_clear_native() local282 ptelo = be64toh(pt->pte_lo); in moea64_pte_clear_native()298 ptelo = moea64_pte_unset_native(mmu, pvo); in moea64_pte_clear_native()302 return (ptelo & (LPTE_REF | LPTE_CHG)); in moea64_pte_clear_native()310 uint64_t ptelo; in moea64_pte_unset_native() local332 ptelo = be64toh(pt->pte_lo); in moea64_pte_unset_native()340 return (ptelo & (LPTE_CHG | LPTE_REF)); in moea64_pte_unset_native()[all …]
267 uint64_t ptelo, junk; in mphyp_pte_clear() local298 &ptelo, &junk, &junk); in mphyp_pte_clear()301 refchg |= (ptelo & LPTE_CHG); in mphyp_pte_clear()305 &ptelo, &junk, &junk); in mphyp_pte_clear()308 refchg |= (ptelo & LPTE_REF); in mphyp_pte_clear()