Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/aim/
Disa3_hashtb.c195 uint64_t ptelo; in isa3_hashtb_pte_synch() local
210 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() local
240 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() local
290 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_unset()
298 return (ptelo & (LPTE_CHG | LPTE_REF)); in isa3_hashtb_pte_unset()
[all …]
Dmoea64_native.c237 uint64_t ptelo; in moea64_pte_synch_native() local
252 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() local
282 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() local
332 ptelo = be64toh(pt->pte_lo); in moea64_pte_unset_native()
340 return (ptelo & (LPTE_CHG | LPTE_REF)); in moea64_pte_unset_native()
[all …]
/freebsd-12-stable/sys/powerpc/pseries/
Dmmu_phyp.c267 uint64_t ptelo, junk; in mphyp_pte_clear() local
298 &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()