Searched refs:refchg (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c193 int64_t refchg; local
198 refchg = mps3_pte_synch_locked(pvo);
199 if (refchg < 0) {
201 return (refchg);
206 pte.pte_lo |= refchg;
213 return (refchg);
219 int64_t refchg; local
222 refchg = mps3_pte_synch_locked(pvo);
223 if (refchg < 0) {
233 return (refchg
[all...]
/freebsd-11-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c266 int64_t refchg; local
280 refchg = mphyp_pte_synch(mmu, pvo);
281 if (refchg < 0) {
283 return (refchg);
293 return (refchg & ~LPTE_REF);
301 refchg |= (ptelo & LPTE_CHG);
308 refchg |= (ptelo & LPTE_REF);
313 return (refchg);
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1053 int64_t refchg; local
1064 refchg = MOEA64_PTE_REPLACE(mmu, pvo, 0 /* No invalidation */);
1067 if (refchg < 0)
1068 refchg = LPTE_CHG;
1071 refchg |= atomic_readandclear_32(&m->md.mdpg_attrs);
1072 if (refchg & LPTE_CHG)
1074 if (refchg & LPTE_REF)
1652 int64_t refchg, ret; local
1668 refchg = 0;
1679 refchg |
1719 int64_t refchg; local
2048 int32_t refchg; local
2396 int32_t refchg; local
[all...]

Completed in 123 milliseconds