Lines Matching refs:refchg
924 uint64_t ptehi, refchg, vpn; in moea64_pte_unset_sp_locked() local
927 refchg = 0; in moea64_pte_unset_sp_locked()
942 refchg |= LPTE_CHG; in moea64_pte_unset_sp_locked()
946 refchg |= moea64_pte_unset_locked(pt, vpn); in moea64_pte_unset_sp_locked()
949 return (refchg); in moea64_pte_unset_sp_locked()
955 uint64_t refchg; in moea64_pte_unset_sp_native() local
962 refchg = moea64_pte_unset_sp_locked(pvo); in moea64_pte_unset_sp_native()
965 return (refchg); in moea64_pte_unset_sp_native()
1019 uint64_t refchg; in moea64_pte_replace_sp_native() local
1026 refchg = moea64_pte_unset_sp_locked(pvo); in moea64_pte_replace_sp_native()
1030 return (refchg); in moea64_pte_replace_sp_native()